Category: CLI
-
munpack = MIME unpack – a utility to unpack messages in MIME or split-uuencode format
munpack(1) – Linux man page If you need to deal with MIME attachements of an e-mail message within a shell script, this has been the tool for this purpose for ages now.
-
PPT’s perlish diff got released outside PPT a long time ago
Diff – Compare two files and print differences
-
npipe: A utility to read/write from: pipes, sockets, standard handles, files, block devices, etc
npipe | Free software downloads at SourceForge.net Not just for UNIXoid platforms …
-
pstree is a Unix command that shows the running processes as a tree
http://en.wikipedia.org/wiki/Pstree The article tells you, where to get the sources from. The README tells you, how to compile it. Easy!!! Looks like pstree got abandoned on fink, but recompiling it yourself is honestly easy. Update 2014-11-25: It’s no longer easy.