Guest User

Untitled

a guest
Dec 11th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #### Copy files from txt list to folder
  2. ```
  3. cp `cat file_content.txt` test/
  4. ```
  5. Where `test` is the destination folder and `file_content.txt` contains all filenames with this structure:
  6. ```
  7. ./hola1.png
  8. ./hola2.png
  9. ```
Add Comment
Please, Sign In to add comment