Created
May 21, 2014 02:25
-
-
Save ailourophile/a3782cc9ef1b2cccfda9 to your computer and use it in GitHub Desktop.
mkdir in nmap directory
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
ls | grep -oP '(?<=^disc\-).*(?=\.lst)' | awk '{system("mkdir "$1)}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment