摘要: 文件查看及处理工具:wc, cut,sort ,uniq wc:word count(单词计数) -l:lines(统计行数) -w:words(统计单词数) -c: bytes (统计字符数) cut:剪切 cut OPTION... [FILE]... OPTION: -d CHAR:以指定的字 阅读全文
posted @ 2017-10-22 11:46 python菜鸟123 阅读(101) 评论(0) 推荐(0)