1. 程式人生 > >使用命令【TLCL】

使用命令【TLCL】

  • 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

 

README 和其它程式文件        /usr/share/doc

別名:alias name='string'   unalias name

在命令列中定義別名有點兒小問題。當你的 shell 會話結束時,它們會消失】