Commands Flashcards
(20 cards)
Hostname
My computer’s network name
Pwd
Print working directory
Mkdir
Make directory
Cd
Change directory
Cd ..
Go up a level to directory
Ls
List directory
Rm -rf
Remove directory on a Mac
Pushd
Push directory
Popd
Pop directory
Cp
Copy a file of directory
Mv
Move a file or directory
Less
Page through a file
Cat
Print the whole file
Xargs
Execute arguments
Find
Find files
Grep
Find things inside files
Man
Read a manual page
-p
Makes a path
Touch
Makes an empty file
More
Shows text below in terminal