You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

358 B

tac

说明

tac命令 用于将文件已行为单位的反序输出,即第一行最后显示,最后一行先显示

选项

-b, --before			在行前而非行尾添加分隔标志
-r, --regex			将分隔标志视作正则表达式来解析
-s, --separator=字符串	使用指定字符串代替换行作为分隔标志