Welcome!

. . . . . . . File Managers / File Handling Utilities

Welcome to the Skunkware 7 File Managers section. These tools allow users to navigate filesystems and manipulate files more easily than with the standard UNIX commands. Mostly, these tools make UNIX a little more accessible for the novice user. Most expert users will probably be comfortable enough with the UNIX commands to not require these tools, but if you are running a system which has novice users, these tools will help them considerably.

Some of the other tools found in this section provide replacement versions of some standard UNIX commands, but contain extra features. For example, both the GNU tar and CPIO programs are found here, and they both offer considerable advantages over the standard versions. As an example, GNU tar can decompress and extract a compressed tar archive with a single command, so you do not need to decompress the file first, or set up command line pipes. The GNU diff replacement has a very useful addition called sdiff, which provides for side-by-side file diffing.

Package List

Name Description Version OSR5 UnixWare
cdrecord Cdrecord - create audio & data CD's 1.8a19 Yes Yes
cpio GNU cpio 2.4.2 Yes Yes
fileutil GNU file utilities 3.16 Yes Yes
findutils GNU find utilities 4.1 Yes Yes
glimpse Glimpse Index System 4.1 Yes Yes
mc Midnight Commander 4.1 yes Yes
md5 calculate a message-digest checksum for a file v1 No Yes
mgdiff Motif-based graphical file difference browser 1.0 yes Yes
mtools DOS filesystem manipulation tools 3.6 Yes Yes
netpbm Graphical file conversion utilities 1.0 Yes Yes


Cdrecord - create audio & data CD's

Cdrecord is used to record data or audio Compact Discs on an Orange Book CD-Recorder.

Some SCO specific docs are available via http://www.sco.com/skunkware/src/fileutil/cdrecord-1.6.1.txt.

UnixWare Distribution uw7/fileutil/cdrecord/

OpenServer Distribution osr5/fileutil/cdrecord/

Original source code ftp://ftp.fokus.gmd.de/pub/1/cdrecord/

Package Home page http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html

 

GNU cpio

This is the GNU version of the cpio command. It provides support for many different cpio file formats, and can even extract tar archives.

OpenServer Distribution http://www.sco.com/osr5/fileutil/cpio/

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

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

 

GNU file utilities

The GNU file utilities package provides replacement versions of the following commands: chgrp, chmod, chown, cp, dd, df, dir, dircolors, du, install, l, ln, ls, mkdir, mkfifo, mknod, mv, rm, rmdir, sync, and touch. Most of these replacement versions offer more flexible options than their standard equivalents.

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

OpenServer Distribution http://www.sco.com/skunkware/osr5/fileutil/fileutils/

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

 

GNU find utilities

These are the GNU find utilities. Aside from a replacement version of the find command, this package also provides a replacement for xargs, and adds a very useful new command called locate. Locate will query a database of files and instantly allow you to locate a file on your system, rather than recursively searching through a number of file systems. Locate relies on the fact that the database is updated (via cron) on a regular enough basis to be useful. It is possible for locate to report the existence of files which have moved or been removed, if those files were removed between updates to the file database. These are very useful commands.

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

OpenServer Distribution http://www.sco.com/skunkware/osr5/fileutil/findutils/

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

 

Glimpse Index System

Glimpse is a very powerful indexing and query system that allows you to search through all your files very quickly. It can be used by individuals for their personal file systems as well as by organizations for large data collections. Glimpse is the default search engine in Harvest. Glimpse is now at version 4.1.

The Glimpse package contains several programs, the most important of which are glimpse, glimpseindex, agrep, and glimpseserver. To index all files in the a directory tree rooted at DIR, you simply say

        glimpseindex DIR 
(E.g., glimpseindex ~ indexes all your files.) Afterwards, glimpse can search through all these files much the same way as agrep (or any other grep), except that you don't have to specify file names and the search is fast. For example,
         glimpse -1 unbelievable 
will find all occurrences (in all your files!) of "unbelievable" allowing one spelling error;
         glimpse -F mail arizona 
will find all occurrences of "arizona" in all files with "mail" somewhere in their name;
         glimpse  'Arizona desert;windsurfing' 
will find all lines that contain both "Arizona desert" and "windsurfing".
         glimpse  -W 'Arizona;~football' 
will find all lines containing "Arizona" in files that do not contain the word "football".

Glimpse supports three types of indexes: a tiny one (2-3% of the size of all files), a small one (7-9%), and a medium one (20-30%). The larger the index the faster the search. For most applications, the small index (glimpseindex -o) is the best choice. Glimpse supports most of agrep's options (agrep is our powerful version of grep, and it is part of glimpse) including approximate matching (e.g., finding misspelled words), Boolean queries, and even some limited forms of regular expressions.

WebGlimpse adds search capabilities to your WWW site automatically and easily. It attaches a small search box to the bottom of every HTML page, and allows the search to cover the neighborhood of that page or the whole site. With WebGlimpse there is no need to construct separate search pages, and no need to interrupt the users from their browsings. All pages remain unchanged except for the extra search capabilities. It is even possible for the search to efficiently cover remote pages linked from your pages. (WebGlimpse will collect such remote pages to your disk and index them.) Installation, customization (e.g., deciding which pages to collect and which ones to index), and maintenance are easy.

UnixWare Distribution http://www.sco.com/skunkware/uw7/fileutil/glimpse/

OpenServer Distribution http://www.sco.com/skunkware/osr5/fileutil/glimpse/

Original source code ftp://ftp.cs.arizona.edu/glimpse/

Package Home page http://glimpse.cs.arizona.edu/

 

GNU Midnight Commander

The Midnight Commander is a Norton Commander(tm) clone for UNIX. It allows users to visually manipulate files and directories, and contains many fine features which even more advanced users may appreciate. For example, Midnight Commander allows you to "enter" tar files or compressed tar files, and view their contents as if the file has already been extracted. A very useful and easy to use tool.

OpenServer Distribution http://www.sco.com/skunkware/osr5/fileutil/mc/

UnixWare Distribution http://www.sco.com/skunkware/uw7/fileutil/mc/

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

 

calculate a message-digest checksum for a file

md5 takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. It is conjectured that it is computationally infeasible to produce two messages having the same message digest, or to produce any message having a given prespecified target message digest. The MD5 algorithm is intended for digital signature applications, where a large file must be "compressed" in a secure manner before being encrypted with a private (secret) key under a public-key cryptosystem such as RSA.

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

Original source code ftp://ftp.cert.org:/pub/tools/

 

Mgdiff - Motif-based graphical file difference browser

Mgdiff is a graphical front end to the diff command. It permits the user to view the differences between two ASCII files in context and, optionally, to write out a third file which is the user-defined merging of those two files.

OpenServer Distribution http://www.sco.com/skunkware/osr5/x11/viewers/mgdiff/

UnixWare Distribution http://www.sco.com/skunkware/uw7/x11/viewers/mgdiff/

Original source code ftp://ftp.sco.com/skunkware/src/x11/viewers

 

MS-DOS Tools

This set of tools allows you to easily access and copy files from MS-DOS based hard drive partitions and diskettes. The tools will recognize the new 32 bit FAT filenames, and are very easy to use. They provide a great alternative to the standard DOS tools.

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

OpenServer Distribution http://www.sco.com/skunkware/osr5/fileutil/mtools/

Original source code http://www.tux.org/pub/tux/knaff/mtools/index.html

Package Home page http://www.tux.org/pub/tux/knaff/mtools/index.html

 

Graphical File Conversion Utilities

SCO Skunkware 7 contains a suite of graphical file format utilities. This includes the highly useful Netpbm suite of graphical file format conversion utilities.

UnixWare Distribution http://www.sco.com/skunkware/uw7/fileutil/netpbm/

OpenServer Distribution http://www.sco.com/skunkware/osr5/libraries/Gutil/

Original source code ftp://ftp.sco.com/skunkware/src/fileutil/

 


Last Updated: Friday Mar 19, 1999 at 14:09:33 PST


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