remove a list of files in linux
Posted: Tue Jan 05, 2010 9:24 pm
I want to remove a bunge of tar.gz files.
remove a list of files in linux
but I don't know how to do it.
find . -name tar.gz > temp.file
But then?
remove a list of files in linux
but I don't know how to do it.
find . -name tar.gz > temp.file
But then?