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 Word strings
Bash Check some of the system environmental variables
Bash Array String operations
Bash Mysterious binaries
Bash Running seconds
Bash Using stty to set an erase character when reading input
Bash UBS install
Bash Unpack an rpm archive
Bash Timed input
Bash Capture keystrokes without needing to press ENTER