随笔分类 -  Shell

摘要:根据文件内容递归查找目录 阅读全文
posted @ 2017-04-25 13:23 白鸟li 阅读(163) 评论(0) 推荐(0)
摘要:awk [-F|-f|-v] ‘BEGIN{} //{command1; command2} END{}’ file 匹配 input file R00,R01,R02,R03 output file a:R00,R01 output file b:R02,R03 awk -F, 'BEGIN{OF 阅读全文
posted @ 2017-04-19 17:27 白鸟li 阅读(158) 评论(0) 推荐(0)