使用命令【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 会话结束时,它们会消失】

猜你喜欢

转载自www.cnblogs.com/songdechiu/p/9943924.html