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 Multiplication
Bash Crude word frequency analysis on a text file 2
Bash Calculates monthly payment on a mortgage
Bash Strip off the header till the first
Bash Variable trace
Bash UBS install
Bash Comment block
Bash Find a particular string
Bash Playing games with anagrams
Bash Temp filename generator