Skip to content

Instantly share code, notes, and snippets.

@ailourophile
Created May 21, 2014 02:33
Show Gist options
  • Save ailourophile/5927f2d232fe1f032ec9 to your computer and use it in GitHub Desktop.
Save ailourophile/5927f2d232fe1f032ec9 to your computer and use it in GitHub Desktop.
copy site nmap files to its dir
ls | grep -oP '(?<=^disc\-).*(?=\.lst)' | awk '{system("cp *"$1".* " $1)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment