Hi,

stat --printf "%y %n\n" `find . -type f -print`

I could use the following trick to stat each file separately. But I
prefer to stat all the files at once. I'm wondering if there is any
easy way to converted the strings returned by find if there are
special characters such as space by adding '\' in front them?

http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html


-- 
Regards,
Peng

Reply via email to