Created
May 22, 2018 16:40
-
-
Save h3xxx/d8eaa691c6b5fc93183d95a916ba12ed to your computer and use it in GitHub Desktop.
Windows commands aliases
This file contains hidden or 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 /B | |
DOSKEY lsport=netstat -a -n -o | find "%1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment