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 Array append
Bash Capture keystrokes without needing to press ENTER
Bash Continue example
Bash Assert
Bash Lists symbolic links in a directory
Bash Lists symbolic links in a directory2
Bash Calculates both sum and product of passed args
Bash Dereferencing parameter passed to a function
Bash Playing games with anagrams
Bash Run as root