News

What's happened is that "* *" simply produces two full filename listings rather than just those filenames that contain a space—oops. Let's try a different pattern: for name in *\ * That does the trick ...
What I want to do is: stat `cat file-of-filenames-containing-spaces` > stats-of-those-filesThe file-of-filenames-containing-spaces looks like this: 'file 1' 'file 2' 'file 3'What is I get is the ...
Don't start or end your filename with a space, period, hyphen, or underline. Keep your filenames to a reasonable length and be sure they are under 31 characters. Most operating systems are case ...