ter-文字表达赛跑者 ter是运行文本表达式并在命令行上执行基本文本操作(如过滤,忽略和替换)的一种方式。 有很多很棒的工具可以完成这项工作。 但是大多数其他工具都有一个共同点:如果您不定期使用它们,则很难记住它们。 ter试图通过提供一种超级简单的cli&expression语言来解决此问题,该语言易于记忆并且有据可查。 快速开始 $ ter filter 'equals "foobar"' -m word # matches all occurences `foobar` in the text $ ter filter 'length 20' # matches all lines with 20 chars $ ter ignore 'numeric or special' # ignores all lines which contain only