> I had rsync create a directory with a '^M' in it.

Use command-line completion:

[~/xx] [EMAIL PROTECTED]>touch foo^Mbar         # that's ^V^M
[~/xx] [EMAIL PROTECTED]>ls -l
total 0
-rw-r--r--  1 edwin  edwin  0 Sep  4 13:46 foo?bar
[~/xx] [EMAIL PROTECTED]>rm foo <TAB>           # autocompletes to foo^Mbar


-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
[EMAIL PROTECTED]    |              Weblog: http://www.mavetju.org/weblog/
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to