I recommend WSL + WSLtty. It's the same as using Linux in PuTTT.
HN user
kuma4
In PowerShell,
PS> Import-Csv .\names.txt -Header name | group name | select name, count
Name Count
---- -----
cat 3
dog 2
mouse 1
bird 1Use this.
Expand-Archive file.zip
Skyrim, Minecraft, GTA5, Witcher3
In PC gaming, Windows 10 is 38% now. It's more than Windows 7. PC gamers prefer Windows 10 because of DX12. See in Steam. http://store.steampowered.com/hwsurvey
Sysprep is Microsoft's System Preparation Tool for Microsoft Windows operating system deployment. https://en.wikipedia.org/wiki/Sysprep
I hope Visual Studio for Java. IntelliJ is sluggish and looks weird for me. I prefer native UI to Java UI.
I feel it is related to Windows Server container. Maybe Ubuntu works like a Docker container on Windows.
dir | ConvertTo-Json
dir | ConvertTo-Html
dir | ConvertTo-Xml
dir | ConvertTo-Csv
Bash completion is inferior. It doesn't understand types.
I didn't expect there were a lot of people who knew well about PowerShell here. I like PowerShell.
PowerShell is great. But I agree it starts slowly.
I think so. Cygwin is good enough to use UNIX tools in Windows. But maybe they will support better packages than Cygwin.
ASP.NET MVC Frawmework is the most popular web framework in dotnet. I think you don't know well about dotnet.
Steve Jobs abandoned Apple Advanced Technology Group. Apple isn't interested int technology researches.
It works well for me. I installed
choco list -lo
7zip autohotkey autohotkey.portable chocolatey clink ConEmu Cygwin dropbox Firefox git GoogleChrome nodejs paint.net skype sumatrapdf sumatrapdf.commandline tortoisesvn winmerge winscp
I feel wget in PowerShell is useful.
PS> $page = wget http://www.yahoo.com/ PS> $page.Images | sort width | select src, width, height | Export-Csv -Encoding utf8 images.CSV
Java UI is sluggish and looks strange unlike OS native UIs.
Web has some advantages and remains important. But HTML/CSS/JavaScript will decline in the future. They are limited compared to native app technologies. Web will be used mostly as a JSON API.
Statcounter is unreliable. IE is by far the #1 on PCs. Chrome is #1 on mobile devices.
PS> echo foo,bar,baz | ? { $_ -ne "foo" }
The sed command is not a shell. You can use sed in PowerShell.
Bash is oudated. PowerShell is new.