What are the three great virtues of a programmer?
Name at least one use case for each of these commands:
cat, ls, pwd, echo, touch, mkdir, mv, rm, cp
cat: to print contents of a file to the terminal.
ls: list the contents of the current working directory.
pwd: prints the current working directory.
echo: prints a string to the terminal or writes it to a file.
touch: creates a new file.
mkdir: creates a new directory.
mv: rename a file or directory.
rm: remove a file or directory.
cp: copies a file or directory.
What is a GUI?
Graphical User Interface
What is a CLI?
Command Line Interface