摘要:
打包和压缩 将文件或文件夹合并成一个包,然后通过压缩算法进行数据压缩,减小包的体积,方便网络传输。 windows: zip rar linux: zip tar gz bz2 tar.gz tar.bz2 压缩算法: gzip bzip2 zip 是一个Windows和Linux中常用打包压缩工具 阅读全文
摘要:
字符处理命令 字符处理命令:sort, uniq, cut,wc sort命令 对字符进行排序。 格式 sort 需要排序的对象 [root@localhost ~]# cat test.txt s 5 d 6 e 1 h 2 j 9 s 5 h 2 h 2 p 11 o 12 [root@loca 阅读全文