摘要: 1、查看系统版本 [root@centos7PC1 home]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4. 阅读全文
posted @ 2021-01-30 16:16 小鲨鱼2018 阅读(771) 评论(0) 推荐(0) 编辑
摘要: 1、 [root@PC3 test]# uname -a Linux PC3 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux 2、 [root@PC3 test]# cat 阅读全文
posted @ 2021-01-30 14:58 小鲨鱼2018 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 1、awk命令 [root@PC3 test]# cat a.txt dfs dsafd d fgasdf safd ge [root@PC3 test]# awk -F "" '{print NF}' a.txt 3 5 1 6 4 2 2、 [root@PC3 test]# cat a.txt 阅读全文
posted @ 2021-01-30 11:57 小鲨鱼2018 阅读(6637) 评论(0) 推荐(0) 编辑
摘要: 1、 [root@PC3 sheep]# ls a.ped result.map result.ped tr.map [root@PC3 sheep]# ls -S | xargs -n 1 du -sh ## 从大致小进行排序 829M result.ped 204M a.ped 20M resu 阅读全文
posted @ 2021-01-30 11:45 小鲨鱼2018 阅读(293) 评论(0) 推荐(0) 编辑