Mid's Portable Utilities are a set of (hopefully) POSIX and SUS-compliant Unix userland tools that are portable across many Unices.
Go to file
Mid Favila e3bc4a02e2 Add TODO and SUS-compliant yes. 2021-11-21 16:37:11 -04:00
doc Add TODO and SUS-compliant yes. 2021-11-21 16:37:11 -04:00
src Add TODO and SUS-compliant yes. 2021-11-21 16:37:11 -04:00
LICENSE Initial commit 2021-11-21 15:00:37 +00:00
README Added a mostly SUS-compliant echo. 2021-11-21 14:40:43 -04:00
TODO Add TODO and SUS-compliant yes. 2021-11-21 16:37:11 -04:00

README

    The mp-utils package includes a set of portable Unix utilities written by
    me, Mid Favila. They attempt to comply with both the latest POSIX and SUS
    specifications, whilst also implementing de facto standards such as sed's
    -i option. The only time POSIX and SUS will not be obeyed is when doing
    so requires relatively useless features to be implemented (that, or they
    will be #ifdef'd).

    They can be thought of as sitting somewhere between the Suckless tools and
    Busybox - more sophisticated than Suckless' offerings, and less bloated
    than Busybox.

    I recommend compiling these statically.