tac <FILE>
Concatenate and print files in reverse
Arguments
Name | Description |
---|---|
FILE | filepaths |
Options
Name | Description |
---|---|
--help | Display this help and exit |
--before, -b | Attach the separator before instead of after |
--regex, -r | Interpret the separator as a regular expression |
--separator, -s <STRING> | Use STRING as the separator instead of newline |
--version | Output version information and exit |