我想颠倒文本文件(或stdin)中行的顺序,保留每行的内容.
所以,即从以下开始:
foo bar baz
我想结束
baz bar foo
是否有标准的UNIX命令行实用程序?
unix shell command-line
command-line ×1
shell ×1
unix ×1