Command line interface, CLI
Description:
- Check for version of shell
$SHELL --version
- Use man for manual
- Check if a command is builtin by:
type $command
- Learn bash for the most common
- GNU Coreutils is the built in core utilities
- apt-get
- .
Search
$SHELL --version
type $command