上一页 1 ··· 284 285 286 287 288 289 290 291 292 ··· 403 下一页
摘要: 1、测试数据 [root@centos79 test]# cat a.txt 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 2、生成中间文件,假设4行为一列 [root@centos79 test]# cat a.txt 01 阅读全文
posted @ 2021-07-25 23:59 小鲨鱼2018 阅读(235) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# cat a.txt e t c i w s g g d z c i o n m 2、转换为一行 [root@centos79 test]# cat a.txt e t c i w s g g d z c i o n m [root@cento 阅读全文
posted @ 2021-07-25 23:36 小鲨鱼2018 阅读(101) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# cat a.txt 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 阅读全文
posted @ 2021-07-25 23:21 小鲨鱼2018 阅读(277) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# cat a.txt 3 f k i s d g k z v m x e 5 8 y 2、xargs [root@centos79 test]# cat a.txt 3 f k i s d g k z v m x e 5 8 y [root@c 阅读全文
posted @ 2021-07-25 00:05 小鲨鱼2018 阅读(586) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# cat a.txt 3 s g a e f k n y 2、xargs [root@centos79 test]# cat a.txt 3 s g a e f k n y [root@centos79 test]# cat a.txt | x 阅读全文
posted @ 2021-07-24 23:49 小鲨鱼2018 阅读(334) 评论(0) 推荐(0)
摘要: 1、问题 [root@centos79 test]# unlzma test_chr22.tar.lzma bash: unlzma: command not found... 2、 [root@centos79 test]# yum install -y lzma Loaded plugins: 阅读全文
posted @ 2021-07-24 19:33 小鲨鱼2018 阅读(176) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@PC3 test]# cat a.txt e r e y e u e e e g e 3 h r 1 3 e g e y e e s e e e e e e t s t e s r d g e s w t e [root@PC3 test]# cat c.txt 1 x r 阅读全文
posted @ 2021-07-24 13:28 小鲨鱼2018 阅读(294) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@PC3 test]# cat a.txt e r e y e u e e e g e 3 h r 1 3 e g e y e e s e e e e e e t s t e s r d g e s w t e [root@PC3 test]# cat b.txt 1 3 5 阅读全文
posted @ 2021-07-24 12:48 小鲨鱼2018 阅读(855) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@PC3 test]# cat a.txt e r e y e u e e e g e 3 h r 1 3 e g e y e e s e e e e e 2、将3-5列中的e替换为x [root@PC3 test]# cat a.txt e r e y e u e e e 阅读全文
posted @ 2021-07-24 12:41 小鲨鱼2018 阅读(1007) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@PC3 test]# cat a.txt e r e y e u e e e g e 3 h r 1 3 e g e y e e s e e e e e 2、将每行的第3个e即其后的e替换为x [root@PC3 test]# cat a.txt e r e y e u e 阅读全文
posted @ 2021-07-24 01:58 小鲨鱼2018 阅读(230) 评论(0) 推荐(0)
上一页 1 ··· 284 285 286 287 288 289 290 291 292 ··· 403 下一页