| Command |
= |
Explanation of command |
| cd ~ |
= |
Takes you back to starting directory |
| mkdir "directory name" |
= |
Creates a directory with the name of you choise |
| rmdir "directory name" |
= |
Removes a directory of your choise. Just be aware that it is a "hale mary" |
| touch "filename" (mac) |
= |
Creates a file with a name of your choise on a mac |
| echo > "filename" (my PC) |
= |
Creates a file with a name of your choise on a PC |
| rm "filename" |
= |
Removes the file of your choise. Just be aware that it is a "hale mary" |
| code . |
= |
Opens the directory in VS Code |
| start "the relative path to the file you want to open" |
= |
Opens the html file in a browser |