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
- Host: GitHub
- URL: https://github.com/ibara/tac
- Owner: ibara
- License: isc
- Created: 2018-06-09T02:42:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T02:44:09.000Z (over 7 years ago)
- Last Synced: 2025-01-18T02:17:56.080Z (12 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.