On Thursday 20 December 2007 22:05:34 Phil Burness wrote: > How can I identify file names that end with a space?
to find all of them find / -name \*\ (there should be a space after that last backslash) To see them easier in an ls output, you can use the -Q parameter to ls. It will put all filenames inside double quotes Anders -- Madness takes its toll -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
