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 Converts all the MacPaint image files in a directory to pbm format
Bash Column totaler 3
Bash Column totaler
Bash Arguments list
Bash Crude word frequency analysis on a text file 2
Bash Calculates monthly payment on a mortgage
Bash Continue example
Bash Column
Bash And or
Bash Lists symbolic links in a directory2