Skip to content

Instantly share code, notes, and snippets.

@valorad
Created March 17, 2017 06:57
Show Gist options
  • Save valorad/4db1bff687fc26b83b8d434f7ee5abc5 to your computer and use it in GitHub Desktop.
Save valorad/4db1bff687fc26b83b8d434f7ee5abc5 to your computer and use it in GitHub Desktop.
Linuxified Windows Command Prompt
alias cd=chdir /d $*
alias cp=xcopy /H $*
alias ls=dir
alias mv=move $*
alias rm=rmdir $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment