CODE
LIBARY.COM
Home
/
Bash
Bash Remove files from list with files
Remove files from list with files
cat files.txt | xargs -d \\n rm -r
cat files.txt | xargs -d \\n rm -r
Copy to Clipboard
Related Snippets
Bash And list
Bash Array append
Bash Print all user profiles
Bash Array String operations
Bash Unprotect literal
Bash Multiplication
Bash Continuing at the Nth level loop
Bash Background Loop
Bash Viewdata to shell script
Bash Lists symbolic links in a directory2