参考资料库

Bash 命令速查表

文件、管道、变量和脚本的常用 shell 模式。

Print working directory

参考: Show the current directory.

pwd

List files

参考: Show files with permissions.

ls -la

Pipe output

参考: Read long output interactively.

command | less

Environment variable

参考: Run a command with a temporary variable.

NAME=value command

相关工具