Created
April 26, 2022 10:27
-
-
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.
This file contains hidden or 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
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