|
bash shell 'find' problem.
I want find all the files named 'style' in my dir.
But some files in the dir name with space.So the "find " print them in two lines.So I can't deal with the file from find.
I try to sed the space in find's output to '\ ',But that can't work.
somebody give me a solution?
thx!
|