Created
July 18, 2013 16:18
-
-
Save AlexPashley/6030701 to your computer and use it in GitHub Desktop.
Makes windows command prompt emulate linux commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
doskey ls=dir | |
doskey clear=cls | |
doskey 7z="C:\Program Files\7-Zip\7z.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment