Welcome!

. . . . . . . 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.

Package List

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


GNU Awk

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.

UnixWare Distribution http://www.sco.com/skunkware/uw7/shellutil/

OpenServer Distribution http://www.sco.com/skunkware/osr5/shellutil/gawk/

Original source code ftp://prep.ai.mit.edu/pub/gnu/

 

block-sorting file compressor

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.

UnixWare Distribution http://www.sco.com/skunkware/uw7/shellutil/bzip2/

OpenServer Distribution http://www.sco.com/skunkware/osr5/shellutil/bzip2/

Original source code http://www.muraroa.demon.co.uk/

Package Home page http://www.muraroa.demon.co.uk/

 

GNU File Compression Utilities

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.

UnixWare Distribution http://www.sco.com/skunkware/uw7/shellutil/gzip/

OpenServer Distribution http://www.sco.com/skunkware/osr5/shellutil/gzip/

Original source code ftp://prep.ai.mit.edu/pub/gnu/

 

Info-Zip .zip file archiver

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.

OpenServer Distribution http://www.sco.com/skunkware/osr5/shellutil/infozip/

UnixWare Distribution http://www.sco.com/skunkware/uw7/shellutil/

Original source code http://www.cdrom.com/pub/infozip/src/

Package Home page http://www.cdrom.com/pub/infozip/

 

less - the opposite of more

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.

OpenServer Distribution http://www.sco.com/skunkware/osr5/shellutil/less/

UnixWare Distribution http://www.sco.com/skunkware/uw7/shellutil/less/

Original source code ftp://prep.ai.mit.edu/pub/gnu/

 


Last Updated: Friday Mar 19, 1999 at 13:22:57 PST


  © Copyright 1997 The Santa Cruz Operation, Inc. All rights reserved.