余小张

 

2019年9月26日

shell脚本学习(5)join

摘要: join 不是简单的把两个文本连接起来 sale.txt quotas.txt 阅读全文

posted @ 2019-09-26 23:34 余小张 阅读(225) 评论(0) 推荐(0)

shell脚本学习(4)cut

摘要: cut 的两种用法 1种是 -c list 剪切字符串中特定位置的文字, yuyuyu:x:1000:1000:yuyuyu,,,:/home/yuyuyu:/bin/bash 写法 n-m 类似数组的索引,但字符位置是从1开始算的。 写法 ,, 推测 list中的数据顺序不是按递增来写会怎么样,答 阅读全文

posted @ 2019-09-26 22:15 余小张 阅读(216) 评论(0) 推荐(0)

导航