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.
- Host: GitHub
- URL: https://github.com/ibara/cat
- Owner: ibara
- License: isc
- Created: 2020-08-15T01:54:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T02:04:56.000Z (over 5 years ago)
- Last Synced: 2025-01-18T02:17:59.654Z (12 months ago)
- Language: Assembly
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.