bash的基础特性及相关描述:

1、命令展开:~,{ };

2:命令别名:alias,unalias;

3:命令历史:history;

4、文件名通配:glob;

5、快捷键:ctrl+l,ctrl+c等;

6、命令补全:$path,tab;

7、路径不全:tab\tab;