linux 学习笔记二

笔记二

命令行格式

command [-options] parameter1 parameter2 ...
命令        选项          参数(1)     参数(2)

options 和 参数 不是必须的

帮助命令

man command
info command
command --help

简单常用命令

显示当前日期和时间:date
显示日历:cal
简单好用的计算机:bc
显示本地语言:locale

一些帮助组合键

ctrl + c 退出当前
ctrl + d 结束键盘输入 
tab 命令补全
tab + tab  文件补全

转载于:https://www.cnblogs.com/SLchuck/p/11404317.html

你可能感兴趣的:(linux 学习笔记二)