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.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Mid Favila 5103583012 Remove strcmp. Add manpages for overwrite and vis. 9 months ago
doc Remove strcmp. Add manpages for overwrite and vis. 9 months ago
src Remove strcmp. Add manpages for overwrite and vis. 9 months ago
LICENSE Actually add license for real this time. 9 months ago
README Remove strcmp. Add manpages for overwrite and vis. 9 months ago

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.

    -vis: Replaces non-printing and non-ASCII characters with octal values. [done]
    -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. [done]
    -shuf: Accepts an arbitrary number of arguments; returns one at random.
    -rand: Shell interface to the C rand() function.