Linux and programming: tips and tricks, the songs, the trips, life...
Slow:
while read -r filename; do rm "$filename" done <list.txt
For a few arguments): rm -f $(<list.txt)
xargs -a list.txt -d'\n' rm
Post a Comment
No comments:
Post a Comment