Harxy/command-line
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
this is a list of some of the most useful shell commands mv - the move command takes two parameters - the location of the file and where you want it to go. So for instance, you can type mv newfile ../newfile to move the file newfile to the parent location, without changing it's name.