An open API service indexing awesome lists of open source software.

https://github.com/ibara/tac

concatenate and print files in reverse
https://github.com/ibara/tac

Last synced: 3 months ago
JSON representation

concatenate and print files in reverse

Awesome Lists containing this project

README

          

tac
===
`tac` is a utility that concatenates and prints files in reverse.

It aims to eventually become an ISC-licensed replacement for `GNU tac`.

Compiling
---------
```
$ ./configure
$ make
$ sudo make install
```

Requirements
------------
`libbsd`, if you don't have `reallocarray` or `getprogname` functions.

`configure` will figure this out for you.