Skip to content

Instantly share code, notes, and snippets.

@willettk
Created December 5, 2013 00:01
Show Gist options
  • Save willettk/7797882 to your computer and use it in GitHub Desktop.
Save willettk/7797882 to your computer and use it in GitHub Desktop.
Copy list of files with awk
cat filelist.txt | awk '{print "cp source_dir/" $1, " targetdir/"}' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment