Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
hey,

back with another very simple question

how do you copy move and make new folders and files with the terminal?
 
howard said:
hey,

back with another very simple question

how do you copy move and make new folders and files with the terminal?
The commands you want to know about are "mv" to move or rename a file, "cp" to copy a file, and "mkdir" and "rmdir" to create and remove directories, aka folders. If you want to create an empty file, you can use the "touch" command, as in "touch myfile.txt". You could also use "echo >myfile.txt".

Look at the manual (man pages) for a given command with the "man" command, e.g., "man cp".
 
how do i use the "talk" command? is that like the net command in DOS? like i could send a text message to someone else using the terminal?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.