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

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

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