Encoding problem

Huang Bambo bambo.huang@gmail.com
Mon Nov 9 08:44:00 GMT 2009


Under 1.7.0-063:

I use the following code to remove files:
find . -name ".svn" | xargs -L 1 rm -rf

and the result is all file without Chinese code in the path are
removed but others not.
I guess maybe 'find' and 'xargs' or 'rm' didn't use the same encoding
make those problem.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list