On Wed, 19 Jan 2000,  John Starkey wrote about,  Spaces......:
> How do you enter a name that has spaces into a command.

It is not all to clear what you mean, "enter a name into a command"

It looks to me if you mean how do i move more than one file at a time, if
that is correct then what you are doing should work no problem.

> Something like:
> 
> mv spacey text.doc www
> 
> Obviously Linux interprets "text" as the destination and "spacey" as the
> file.

No, the command 'mv' should move the files called spacey and test.doc to a
directory called www.

If you wish to copy both files into one called www, do;

cat spacey >> text.doc
cat text.doc >> www

> 
> I'm transferring from Mac and Windows to my newly functional Linux box.

Then that sounds like you want to 'cp' (copy) files not 'mv' (move) the
move command used as above will delete the files from the source drive.

> 
> TIA,
> 
> John
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
Happy New Year

Reply via email to