Skip to content

Instantly share code, notes, and snippets.

@johnniehard
Created April 26, 2022 10:27
Show Gist options
  • Save johnniehard/3c5429e8cfafc723e2e8ae631c93462c to your computer and use it in GitHub Desktop.
Save johnniehard/3c5429e8cfafc723e2e8ae631c93462c to your computer and use it in GitHub Desktop.
Hittar rekursivt filer från en textfil i en mapp och kopierar dem till /targetdir.
find . | grep -F -f filelist.txt | xargs cp -t /targetdir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment