Bilbo Dave wrote: Any know of a good syntax guide for the command line?
There is no such thing as one syntax for all commands, they are each unique. You can see the syntax by looking at a command's man page by typing "man COMMAND" but the output is often far from helpful unless you are already very familiar with the command.
I do have a few webpages where I try to give down to earth information about using the command line, the one that links to a variety of introductory guides that I think are good for newcomers is the following:
http://sdjf.esmartdesign.com/new.html
And my favorite one page simple introductory summary is the following page:
http://freeengineer.org/learnUNIXin10minutes.html
The rule that is different in Linux than Windows that you need to understand is that the space is NOT considered a character in Linux, although Windows does consider it a character. So spaces should not be included in the names of files or directories as they are hard to deal with. You can get around this issue by what someone else mentioned, by "escaping", which means you do something to tell the system that the next space is not a separation between entries (i.e., a delimitor), but rather, is to be considered a character.
You can do this several ways - one is to precede the space with a backslash \ character, another is to surround it with single or double quote marks, another is to surround the whole path that includes a space in it with either single or double quote marks.
Hope that helps....
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B