Hacker News new | past | comments | ask | show | jobs | submit login

A ton of common pwsh commands have built-in short aliases, sometimes even two-letter ones. They're intended for interactive use, with the verbose forms expected in scripts.

  New-Item -> ni
  Set-Location -> sl
  Get-ChildItem -> gci
  Invoke-WebRequest -> iwr 
  Get-Help -> help
  Select-Object -> select



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: