摘要: Filter Filter 常用于从大量文本、数据中提取需求的部分。下面介绍几个常用的 filter 命令。 cut $ cut -c 5-8 textfile.txt # 切出 textfile.txt 中每行的第 5 到第 8 个 character $ cut -f2-4 -d',' text 阅读全文
posted @ 2018-08-11 17:04 LexLuc 阅读(2691) 评论(0) 推荐(0)