Andy Hughes
Registered
How did they get the OS to take spaces in filenames, since unix treats as space as a delimiter? So for example
cp file newfile
would get confused by a space in the file name.
Do I put files with spaces in the names in quotes? I know I can use * to match things, but how does it keep track of things? Is there some space character I don't see or know about? What is the best way to work with files (or directories) with spaces in their name?
Andy Hughes
cp file newfile
would get confused by a space in the file name.
Do I put files with spaces in the names in quotes? I know I can use * to match things, but how does it keep track of things? Is there some space character I don't see or know about? What is the best way to work with files (or directories) with spaces in their name?
Andy Hughes