Skip to content

Instantly share code, notes, and snippets.

@jrmce
Created August 7, 2014 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrmce/d6a19d391616699dcc73 to your computer and use it in GitHub Desktop.
Save jrmce/d6a19d391616699dcc73 to your computer and use it in GitHub Desktop.
Copy directory contents to multiple directories
#Copy the contents of directory 44d to directories 1a - 70a
echo {1..70}a | xargs -n 1 cp 44d/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment