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



--
To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to