摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test3# ls a.txt root@DESKTOP-1N42TVH:/home/test3# cat a.txt ## 测试数据 01 02 AAA 03 04 05 BBB 06 07 08 CCC 09 10 2、匹配AA 阅读全文
posted @ 2022-04-03 23:45 小鲨鱼2018 阅读(574) 评论(0) 推荐(1) 编辑
摘要: 1、测试数据 root@DESKTOP-1N42TVH:/home/test3# ls a.txt root@DESKTOP-1N42TVH:/home/test3# cat a.txt ## 测试数据 aaaa bbbb cccc dddd eeee ffff 2、sed实现 root@DESKT 阅读全文
posted @ 2022-04-03 23:26 小鲨鱼2018 阅读(577) 评论(0) 推荐(1) 编辑
摘要: 1、直接测试 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.txt d g u k d g u k s d g c s d g c x v d e x v d e s q e t 阅读全文
posted @ 2022-04-03 22:55 小鲨鱼2018 阅读(153) 评论(0) 推荐(1) 编辑
摘要: 1、 root@DESKTOP-1N42TVH:/home/test# ls outcome.map.gz root@DESKTOP-1N42TVH:/home/test# cat outcome.map.gz | head -n 5 ## 执行以上命令直接乱码 2、 root@DESKTOP-1N 阅读全文
posted @ 2022-04-03 21:24 小鲨鱼2018 阅读(47) 评论(0) 推荐(1) 编辑
摘要: 1、 root@DESKTOP-1N42TVH:/home/test# ls outcome.map root@DESKTOP-1N42TVH:/home/test# wc -l outcome.map ## 测试文件 46827 outcome.map root@DESKTOP-1N42TVH:/ 阅读全文
posted @ 2022-04-03 21:02 小鲨鱼2018 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、直接解压, 不保留原始文件 root@DESKTOP-1N42TVH:/home/test# ls outcome.map.gz root@DESKTOP-1N42TVH:/home/test# gzip -d outcome.map.gz root@DESKTOP-1N42TVH:/home/ 阅读全文
posted @ 2022-04-03 20:50 小鲨鱼2018 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.jianshu.com/p/cdf7caa0714d 作者:JeremyL链接:https://www.jianshu.com/p/cdf7caa0714d来源:简书 远程连接虚拟机中ubuntu报错:Network error:Connection refused 检 阅读全文
posted @ 2022-04-03 20:04 小鲨鱼2018 阅读(603) 评论(0) 推荐(0) 编辑