1. Introduction |
Description |
|
2. Installing iTerm on a Mac |
Description |
|
3. Installing Git for Windows on a Windows Machine |
Description |
|
4. Viewing Your Current Directory and its Contents with the "pwd" and "ls" Commands |
Description |
|
5. Listing Hidden Files and Folders with the "-a" and "-l" Options for "ls" |
Description |
|
6. Moving Into and Out of Directories with the "cd" Command |
Description |
|
7. Using the "Tab" key to Autocomple Commands |
Description |
|
8. Creating New Text Documents with the VI Editor |
Description |
|
9. Editing files with VI |
Description |
|
10. Quitting VI Without Saving Changes and Safely Reading Text Files with the "less" Command |
Description |
|
11. Undoing and Redoing Changes in VI |
Description |
|
12. Moving and Renaming Files with the "mv" Command |
Description |
|
13. Copying and Deleting Files with the "cp" and "rm" Commands |
Description |
|
14. Creating, Renaming and Moving Directories with the "mkdir" and "mv" Commands |
Description |
|
15. Copying Directories with the "cp -r" command |
Description |
|
16. Deleting Directories with "rmdir" and "rm -rf" |
Description |
|
17. Why I use CamelCase When Working in the Command Line, and How to Include the "Space" Character in File and Folder Names |
Description |
|