I'm teaching myself the command line and am stumped on a couple of things. I have two files on my desktop, Downloads and Save File. When I type cd Downloads it correctly says "jacatone@eMax:~/Desktop/Downloads$", but when I do the same for Save File it says "bash: cd: Save: No such file or directory". How come?
If I use the command, mkdir to create a file, what command creates a text file? Then how do I add info to that text file?
Thanks.
If I use the command, mkdir to create a file, what command creates a text file? Then how do I add info to that text file?
Thanks.
Comment