Pustaka referensi

Cheatsheet Perintah Bash

Pola shell untuk file, pipe, variabel, dan skrip.

Print working directory

Referensi: Show the current directory.

pwd

List files

Referensi: Show files with permissions.

ls -la

Pipe output

Referensi: Read long output interactively.

command | less

Environment variable

Referensi: Run a command with a temporary variable.

NAME=value command

Tool terkait