Command Line Flashcards
What is a CLI?
A Command-Line Interface.
What is a GUI?
A Graphical User Interface.
Give at least one use case for the command: ‘man’.
To get a reference for a command you are unfamiliar with.
Give at least one use case for the command: ‘cat’.
To quickly view a text file without having to open up a GUI.
Give at least one use case for the command: ‘ls’.
To view the contents within a folder.
Give at least one use case for the command: ‘pwd’.
To verify which directory you are in, or the filepath to that directory.
Give at least one use case for the command: ‘echo’.
To print a message to the console.
Give at least one use case for the command: ‘touch’.
To create files from the command line
Give at least one use case for the command: ‘mkdir’.
To create directories from the command line.
Give at least one use case for the command: ‘mv’.
To rename files or directories.
What are the three virtues of a great programmer?
Laziness, Impatience, and Hubris.