Mid's Extended Utilities is a collection of various tool programs written in the spirit of the portable and unportable utilities, but that have no specification governing them.
Go to file
Mid Favila a3a3b901a8 Actually add license for real this time. 2022-09-06 15:21:01 -04:00
src Add LICENSE. Add README. Add overwrite. Add strcmp. Add vis. 2022-09-06 15:18:34 -04:00
LICENSE Actually add license for real this time. 2022-09-06 15:21:01 -04:00
README Add LICENSE. Add README. Add overwrite. Add strcmp. Add vis. 2022-09-06 15:18:34 -04:00

README

********************************************************************************
*                          Mid's Extended Utilities                            *
********************************************************************************

  This is a package of supplementary Unix-style utilities. They're meant to be
  highly portable and to cover common problems that can't be easily solved with
  shell.

    -strcmp: Exits with 0 if the provided pair of strings differs. Otherwise, 1.
    -vis: Replaces non-printing and non-ASCII characters with octal values.
    -unfold: Exactly what it sounds like. unfold will attempt to merge lines
             with fewer than the provided number of characters with the next
	     line, so long as it doesn't cause a word-split.
    -overwrite: Reads stdin and writes it to the provided file.