使用命令【TLCL】
阿新 • • 發佈:2018-11-11
-
type command 顯示命令的類別
-
which command 顯示可執行程式的位置
help - 得到 shell 內建命令的幫助文件
--help - 顯示用法資訊
man - 顯示程式手冊頁 【man 分章節】
apropos - 顯示適當的命令 【man -k】
whatis - 顯示非常簡潔的命令說明
info - 顯示程式 Info 條目
Command | Action |
---|---|
? |
Display command help |
PgUp or Backspace | Display privious page |
PgDn or Space | Display next page |
n | Next - Display the next node |
p | Previous - Display the previous node |
u | Up - Display the parent node of the currently displayed node, usually a menu. |
Enter | Follow the hyperlink at the cursor location |
q | Quit |