摘要:
shark@shark:~$ sed --help Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]... -n, --quiet, --silent suppress automatic printing of 阅读全文
摘要:
Linux下对文件进行按行排序:sort 与 uniq 命令简介 Linux | May 24, 2015 | linux sort 命令可针对文本文件的内容,以行为单位进行排序。其基本语法格式为: sort [-bcfMnrtk][源文件][-o 输出文件] 参数: -b 忽略每行前面开始出的空格 阅读全文