Skip to content

Instantly share code, notes, and snippets.

@dragon0
Created February 6, 2018 00:30
Show Gist options
  • Save dragon0/1ae50ac28a6d333da0fe200caa848f39 to your computer and use it in GitHub Desktop.
Save dragon0/1ae50ac28a6d333da0fe200caa848f39 to your computer and use it in GitHub Desktop.
Powershell built-in aliases that mimic Unix commands
  • & - run a program (path may contain spaces)
  • man
  • ls
  • cd
  • pushd/popd
  • mkdir
  • cp
  • mv
  • rm
  • cat
  • clear
  • curl/wget
  • diff
  • echo
  • kill
  • lp
  • ps
  • pwd
  • sleep
  • sort
  • tee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment