上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 367 下一页
摘要: 001、 [root@PC1 test01]# ls test.txt [root@PC1 test01]# cat -A test.txt ## 存在特殊字符 M-cM-^@M-^@M-cM-^@M-^@ TomM-cM-^@M-^@M-cM-^@M-^@ 2012-12-11 car 53000 阅读全文
posted @ 2023-07-13 15:46 小鲨鱼2018 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test01]# ls a.txt [root@PC1 test01]# cat a.txt ## 测试数据 34gfjfgax gd;g3;54;66;77 sfdgfghcg ljhg9;875gf wr346dxzc mbkbczxdwa [root@PC1 te 阅读全文
posted @ 2023-07-13 08:39 小鲨鱼2018 阅读(210) 评论(0) 推荐(0) 编辑
摘要: substr命令用于截取字符串 001、 [root@PC1 test01]# ls a.txt [root@PC1 test01]# cat a.txt ## 测试数据 34gfjfgax gdg3546677 sfdgfghcg ljhg9875gf wr346dxzc mbkbczxdwa [ 阅读全文
posted @ 2023-07-13 08:20 小鲨鱼2018 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 001、 awk数组实现 [root@PC1 test01]# ls a.txt [root@PC1 test01]# cat a.txt ## 测试数据 ERR219543 Africa ERR219546 kkkk ERR229467 qqqq ERR229468 qqqq ERR229471 阅读全文
posted @ 2023-07-12 23:35 小鲨鱼2018 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 001、 setEPS() postscript("test001.eps") ## 输出为EPS矢量图格式 plot(1:100, main="just a test") dev.off() 。 阅读全文
posted @ 2023-07-12 16:24 小鲨鱼2018 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 001、 而且用构成图像的像素是来描述数字图像的大小。由于构成数字图像的像素数量巨大,通常以K来表示。2的10次方即1024,因此: 图像的清晰度可以简单使用该图像上的像素数的多少来描述。 像素是构成图像的小方格,构成图像的基本单元,构成图像的小方格越小,密度越高,图像越细腻。 1K=2^10=10 阅读全文
posted @ 2023-07-12 09:43 小鲨鱼2018 阅读(3694) 评论(0) 推荐(0) 编辑
摘要: 001、常规删除方法 [root@PC1 test02]# ls a.txt [root@PC1 test02]# cat a.txt ## 测试数据 ## str1 01 02 03 04 05 06 07 08 ## 09 10 11 12 13 14 15 16 17 18 19 20 ## 阅读全文
posted @ 2023-07-11 23:55 小鲨鱼2018 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 001、awk实现 [root@PC1 test02]# ls a.txt [root@PC1 test02]# 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 阅读全文
posted @ 2023-07-11 23:03 小鲨鱼2018 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test02]# ls a.txt [root@PC1 test02]# cat a.txt ## 测试数据 01 02 03 04 05 06 07 08 09 10 [root@PC1 test02]# sed ':a; N; s/\n/ /; ta' a.txt 阅读全文
posted @ 2023-07-11 21:13 小鲨鱼2018 阅读(84) 评论(0) 推荐(0) 编辑
摘要: ls -F 选项在输出项追加文件的类型标识符。 例如: 001、 [root@PC1 test02]# ls ## 测试文件 test test01.txt test02.txt test03.txt test04.txt xxx001.ped xxx003.ped test01.csv test0 阅读全文
posted @ 2023-07-11 17:52 小鲨鱼2018 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 367 下一页