command_line
The command line lets you type a command and receive output in the form of text
a command follows the structure:
name arguments
example, ls -a ~/Desktop
There are many command shells available:
- bash
- zsh
- kitty
- etc
The command line lets you type a command and receive output in the form of text
a command follows the structure:
name arguments
example, ls -a ~/Desktop
There are many command shells available: