. . . . . . . Shell Utilities |
Welcome to the Skunkware 7 shell utilities section. This section contains a set of useful programs which can be used to enhance shell scripts, or are full shell interpreters themselves.
Name | Description | Version | OSR5 | UnixWare |
---|---|---|---|---|
gawk | GNU Awk | 3.0.3 | Yes | Yes |
bzip2 | block-sorting file compressor | 2.0 | Yes | Yes |
gzip | GNU file compression utilities | 1.2.4 | Yes | Yes |
infozip | PK-Zip compatible tools | 5.32 | Yes | Yes |
less | less - the opposite of more | 3.3.2 | Yes | Yes |
This is GNU's replacement AWK. GAWK contains all of the features found in nawk, and is completely compatible with all other versions of AWK. GAWK is also considerably faster than the standard awk.
http://www.sco.com/skunkware/uw7/shellutil/
Bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors.
The command-line options are deliberately very similar to those of GNU Gzip, but they are not identical.
http://www.sco.com/skunkware/uw7/shellutil/bzip2/
http://www.sco.com/skunkware/osr5/shellutil/bzip2/
GZIP is fast becoming the de-facto standard for file compression under UNIX. Many programs can handle gzip'ed files, and most source code distributions come with the tar files compressed with gzip. gzip can produce files very much smaller than the standard compress utility, and you can control the level of compression you desire. The more you compress, the slower the compression (although decompression is very quick). No system is complete without this package.
http://www.sco.com/skunkware/uw7/shellutil/gzip/
Info-ZIP is a set of tools designed to be compatible with PK-ZIP(tm). There are two parts to this package: one for creating zip files and another for extracting them.
http://www.sco.com/skunkware/osr5/shellutil/infozip/
http://www.sco.com/skunkware/uw7/shellutil/
less is a replacement pager for more. It allows for scrolling backwards, full regular expression searches, customizable key commands, and many other useful things. It can intelligently display control characters, and is highly recommended.
http://www.sco.com/skunkware/osr5/shellutil/less/
Last Updated: Friday Mar 19, 1999 at 13:22:57 PST
© Copyright 1997 The Santa Cruz Operation, Inc. All rights reserved.