[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Delete 4 million files



jc wrote:

rm -rf --verbose to see what is being done

yeah, but that can slow things up tremendously - whatever is being written to becomes a bottleneck

you might try:

rm -rf --verbose >some_file

that would run a lot faster and you can always cat the file to see what's going on (or tail)


--
In theory, there is no difference between theory and practice.
In practice, there is.   .... Yogi Berra



Reply to: