Skip to content

Instantly share code, notes, and snippets.

@h3xxx
Created May 22, 2018 16:40
Show Gist options
  • Save h3xxx/d8eaa691c6b5fc93183d95a916ba12ed to your computer and use it in GitHub Desktop.
Save h3xxx/d8eaa691c6b5fc93183d95a916ba12ed to your computer and use it in GitHub Desktop.
Windows commands aliases
@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