-
Command line
- What is it?
- How do we go about using it?
-
Command line commands to memorize:
ls
lists files and directories within current directorypwd
print working directorycd
change directory..
move up one directory/
strings together directories/file names in a path to traverse~
root directory of the computer and a shortcut to get there as wellmkdir
make directory, followed by the name of the directory you want to make, will be put in the current locationtouch
make a file, followed by the name of the file you want to make, will be put in the current directoryrm
remove file followed by the name of the file you want to movermdir
remove directory (empty only)cp
copies a file or folder, takes the name of the file or folder to copy and the name of the new file or folder to create- tab completion - is your best friend, use it to avoid typos
- up and down arrow keys to repeat previous commands without re-typing them
-
Notifications
You must be signed in to change notification settings - Fork 0
bengillin/command-line-and-git
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published