/unix-utilities-in-various-languages

Implementations of UNIX utilities in a bunch of different languages

Primary LanguageFortran

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