1、alias 命令别名显示,定义和取消。
2、history 显示命令历史。
history -c 删除命令历史。
3、ldd
4、nm
5、file
6、time
7、dos2unix和unix2dos:它们可以转化文本文件的每行尾。(dos格式的行尾是"\r\n",而unix格式的行尾是"\n",mac格式的行尾是"\r") 用法很简单:dos2unix file ...即可