码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 学习(三)

时间:2015-12-27 16:01:29      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:

帮助命令

适用内部命令

# type cd
cd is a shell builtin
# help cd
# type ls
ls is aliased to `ls --color=auto‘
# help ls
-bash: help: no help topics match `ls‘. Try `help help‘ or `man -k ls‘ or `info ls‘.
 
适用外部命令:
ls --help
 
man 命令
看懂man命令语法
[]:可选内容
<>:必须给出内容
a|b|c:多选一
…:可以有多个
    
 
 
 
 
 
  

ubuntu 学习(三)

标签:

原文地址:http://www.cnblogs.com/chenghai-love-huangfenghua/p/5080124.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!