Hacker News new | ask | show | jobs
by alkonaut 2240 days ago
Tbf most common PowerShell commands have short aliases for interactive use. I like that I can use the long forms in scripting and aliases on command line.

For example in my PS (unsure who created aliases because I think some aren't default) I have both "ls" and "dir" for "Get-Childitem", "wget" for "Invoke-Webrequest" and so on.