Command Line Flashcards
What is CLI
Command Line interfaces - process commands of program in the form of lines of text.
What is GUI
Graphical user interface. That are used for consumers. - interact with their devices using mouses or audio or direct manipulation
man
used to display the user manual
cat
is short for concatenate allows to redirect files
ls
prints the working directory
pwd
tells you exactly where you are in the directory you are currently in print name of current working directory
echo
display a line of text
touch
change file timestamps
mkdir
creates a directory if a directory doesn’t already exist
mv
Move or rename files
rm
remove files or directories
cp
copy files and directories
What are the three virtues of a great programmer?
Laziness, impatience and hubris