Skip to content

Instantly share code, notes, and snippets.

@tvrcgo
Created March 28, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvrcgo/1fb874c96b877bb2d35c to your computer and use it in GitHub Desktop.
Save tvrcgo/1fb874c96b877bb2d35c to your computer and use it in GitHub Desktop.
windows commands alias
@ECHO OFF
doskey ls=dir /b $*
doskey ll=dir $*
doskey cat=type $*
doskey ..=cd..
doskey grep=find "$1" $2
doskey mv=ren $*
doskey rm=del $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment