https://github.com/jonaylor89/view
A clone of the unix utility 'cat'
https://github.com/jonaylor89/view
Last synced: 21 days ago
JSON representation
A clone of the unix utility 'cat'
- Host: GitHub
- URL: https://github.com/jonaylor89/view
- Owner: jonaylor89
- Created: 2018-09-10T03:56:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T04:01:53.000Z (over 7 years ago)
- Last Synced: 2025-03-01T07:42:24.288Z (over 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clone of the command line tool 'cat'
The source for this looks similar to BSD's cat source but isn't identical. I
made this to practice C and understand how commonly used tools are made.
TODO:
---------
1.) add syntax highlighting