Unix Shell Tools
----------------

These are some (quick) ports or fresh written "UNIX shell programs",
which can make life simpler also in AROS shells:

basename -- return filename portion of pathname
cut      -- select portions of each line of a file
dirname  -- return directory portion of pathname
head     -- display first few lines of files
hexdump  -- ascii, decimal, hexadecimal, octal dump
od       -- octal, decimal, hex, ascii dump
printf   -- formatted output
strings  -- find printable strings in a file
wc       -- word, line, and byte or character count

You can find the according "man pages" in the doc folder in
this archive, so *please* have a look there.

cut, head, wc, printf, od, hexdump, strings sources are 
taken from ftp://ftp.irisa.fr/pub/OpenBSD/src/usr.bin/ , 
so please have a look for the license there and in the 
according .c files.

basename and dirname a written from scratch by me, simple because
they are simple ;) and should follow AROS filename/filepath
syntax. They are public domain.

On aminet you can already find
  game/patch/unixcmds.lha in 
  util/gnu/unixcmds.lha
  util/cli/unixutils.lha
and some GeekGadget ports, which all contain similiar
tools for MorphOS/AmigaOS. So I decided to add
my package to a different directory, too. You can
find it in util/shell ;).

Oliver Brunner, 16.08.2012

eMail: gtk-mui -at- oliver-brunner.de
