第二次命令

cat -n 查看文件内容
tac
nl 不显示行号

more全屏方式分页显示文件内容
less

head查看文件开头的一部分
tail查看文件结尾的一部分

wc统计文件内容

grep 过滤
egrep

gzip压缩
gunzip(gzip -d)
bzip2
bunzip2 (bzip2 -d)

tar归档命令

vi 文本编辑器
vim

rpm
yum
./configure 进入设置模式
make 编译
make install编译安装

tree 查询指定文件的目录树

m5dsum 检验校验和

猜你喜欢

转载自www.cnblogs.com/canflyfish/p/11252786.html