Biblioteca de referência
Cheatsheet de Bash
Padrões de shell para arquivos, pipes, variáveis e scripts.
Print working directory
Referência: Show the current directory.
pwd List files
Referência: Show files with permissions.
ls -la Pipe output
Referência: Read long output interactively.
command | less Environment variable
Referência: Run a command with a temporary variable.
NAME=value command