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

https://github.com/ibara/cat

Learn simple reading and writing of Unix files.
https://github.com/ibara/cat

Last synced: 10 months ago
JSON representation

Learn simple reading and writing of Unix files.

Awesome Lists containing this project

README

          

cat
===
cat is a reimplementation of the cat(1) utility without libc.
It is used to teach basic file reading and writing in Unix.

Why?
----
Read my
[blog post]()
about this codebase. (Blog post forthcoming.)

Building
--------
Just run `make`.
This will probably only run on
[OpenBSD](https://www.openbsd.org)/amd64
as is.
Feel free to port to your Unix of choice.

License
-------
ISC License.
See `LICENSE` for details.