Referenzbibliothek

Bash-Befehle Cheatsheet

Shell-Muster für Dateien, Pipes, Variablen und Skripte.

Print working directory

Referenz: Show the current directory.

pwd

List files

Referenz: Show files with permissions.

ls -la

Pipe output

Referenz: Read long output interactively.

command | less

Environment variable

Referenz: Run a command with a temporary variable.

NAME=value command

Verwandte Tools