MiscTools is a collection of small UNIX utilities that are fairly trivial but nevertheless useful. These include a binary dump program, a directory browser/selector, a file truncator, an ASCII-code lookup utility, a program for printing fortunes, a curses-based terminal lock program, and a few others.
| Tags | Utilities |
|---|---|
| Licenses | GPL |
Recent releases


Release Notes: This release fixes two bugs in the "pkgenv" utility.


Release Notes: Two serious bugs were fixed, the converter scripts were updated to handle multiple filename arguments, and the 'tformat' utility was renamed to 'wrap'.


Release Notes: Minor improvements were made to the basecvt, pkgenv, and ranline utilities.


Release Notes: The "pkgenv" utility was updated to support references to environment variables in the descriptor files.


Release Notes: Several bugfixes and improvements were made to the "pkgenv" utility. The documentation was updated.
Recent comments
16 Apr 2002 13:46
Re: make
I'm currently reorganizing the package to use automake/autoconf. Will have a new release out shortly.
15 Apr 2002 00:55
make
This project is kind of neat, simply because it lets us all be a little bit more lazy in some arenas.
However, on the topic of laziness.. YOu have to hand edit a few things in the Makefile, that could be fixed by having a configure script put in. (Mentioned in the README)
you need to change the PREFIX, you need to have Pingutil (Not packaged with it), and you need to change the PINGUTIL dir to the install dir of PINGUTIL.
These are minor annoyances that seem trivial to fix, other than that.. The actual programs are good, and will help any coder be lazier :P