search for: web37115

Displaying 1 result from an estimated 1 matches for "web37115".

Did you mean: web32915
2007 Mar 19
3
Shell Question
So I list out some directories, and I redirect the output to a file called "out". I do it with: find . \( -type d ! -name . -prune \)' > out I then go into "out" using my favorite editor and remove any directories I don't want to search. When I do a find `cat out` -name 'something*' I get an error on any directories with whitespace in them. When I