上一页 1 ··· 288 289 290 291 292 293 294 295 296 ··· 408 下一页
摘要: 1、 #include <stdio.h> int main(void) { signed short ss= 100; unsigned short us= 100; signed int si= 100; unsigned int ui= 100; signed long sl= 100; un 阅读全文
posted @ 2021-07-26 21:29 小鲨鱼2018 阅读(114) 评论(0) 推荐(0)
摘要: 1、 #include <stdio.h> int main(void) { int num = 100; printf("decimal: %d.\n\n", num); printf("octal: %o.\n", num); printf("octal: %#o.\n\n", num); pr 阅读全文
posted @ 2021-07-26 21:17 小鲨鱼2018 阅读(254) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# ls [root@centos79 test]# mkdir test1 [root@centos79 test]# touch test1/a.txt [root@centos79 test]# ll total 0 drwxr-xr-x. 阅读全文
posted @ 2021-07-26 10:49 小鲨鱼2018 阅读(2819) 评论(0) 推荐(0)
摘要: 1、测试数据 [root@centos79 test]# cat a.txt e r w i s g n c w d h x 2、awk [root@centos79 test]# cat a.txt e r w i s g n c w d h x [root@centos79 test]# awk 阅读全文
posted @ 2021-07-26 00:26 小鲨鱼2018 阅读(1393) 评论(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 2、生成中间文件,假设4行为一列 [root@centos79 test]# cat a.txt 01 阅读全文
posted @ 2021-07-25 23:59 小鲨鱼2018 阅读(239) 评论(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 阅读(105) 评论(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 阅读(587) 评论(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 阅读(343) 评论(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 阅读(180) 评论(0) 推荐(0)
上一页 1 ··· 288 289 290 291 292 293 294 295 296 ··· 408 下一页