|
Character replacement
I'm writing a script that has to find all files owned by a user and do a du on them. What I've got written so far is it does the find and outputs to a file. I was then going to cat out the file through du but spaces in file names is causing problems. Is there an easy way that all spaces could be replaced in the file?
|