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 DOS to UNIX text file converter
Bash Print a number to different bases
Bash Case variable
Bash Eval
Bash Pattern Matching
Bash Crude word frequency analysis on a text file
Bash Collatz
Bash Mysterious binaries
Bash Temp filename generator
Bash Embedded arrays and indirect references