https://github.com/gabrielravier/unix-utilities-in-various-languages
Implementations of UNIX utilities in a bunch of different languages
https://github.com/gabrielravier/unix-utilities-in-various-languages
Last synced: 6 months ago
JSON representation
Implementations of UNIX utilities in a bunch of different languages
- Host: GitHub
- URL: https://github.com/gabrielravier/unix-utilities-in-various-languages
- Owner: GabrielRavier
- Created: 2022-09-16T21:49:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T16:01:54.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T04:51:53.456Z (over 1 year ago)
- Language: Fortran
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
With this project, I'm aiming to write implementations of various UNIX utilities, using various languages.
It should be possible to build everything into the ./bin/ directory by just using
make
and test everything by just using
make test
(note: the expected outputs of the tests is no output at all)
As of now, there is:
- An implementation of `mv` in modern C++
- An implementation of `cat` in Fortran 90