. . . . . . . File Managers / File Handling Utilities |
Welcome to the Skunkware '98 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.
Name | Description | Version | OSR5 | UnixWare |
---|---|---|---|---|
cpio | GNU cpio | 2.4.2 | Yes | Yes |
diff | GNU diff | 2.7 | yes | Yes |
fileutil | GNU file utilities | 3.15 | Yes | Yes |
find | GNU find utilities | 4.1 | Yes | Yes |
git | GNU Interactive Toolkit | 4.3.15 | Yes | Yes |
mc | The GNU Midnight Commander | 4.0 | Yes | Yes |
mkisofs | Make an ISO 9660 filesystem | 1.11 | Yes | Yes |
mtools | DOS filesystem manipulation tools | 3.6 | Yes | Yes |
tar | GNU tar | 1.12 | Yes | Yes |
This is the GNU version of the cpio command. It provides support for many different cpio file formats, and can even extract tar archives.
http://www.sco.com/osr5/fileutil/cpio/
The GNU replacements for the diff,diff3 and cmp utilities offer several advantages over their standard counterparts. GNU diff can produce output in normal diff format, context diff, unified diff and even as input to ed. GNU diff also adds a very useful tools called sdiff, which allows you do do side-by-side differencing of files. This makes it very easy to compare two versions of a file.
http://skunkware.dev/skunkware/uw2/Packages/diffutils.pkg
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.
http://skunkware.dev/skunkware/uw7/fileutil/
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.
The GNU interactive toolkit provides a set of tools for visually manipulating files and processes on your system. These tools make it much easier for a novice to navigate through the file-system and process lists, and to manage files. The Midnight Commander offers better tools for file manipulation, but GIT provides tools for more than just moving files.
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.
http://skunkware.dev/skunkware/osr5/fileutil/mc/
This package provides a set of tools which can be used to create an ISO9660 filesystem, which is then suitable for burning to a CD-ROM. Used in conjunction with the OSR5 utility burncd, you can use this software for mastering a CD-ROM. These two tools were, in fact, used to prepare test cuts of the Skunkware CD-ROM itself.
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.
http://skunkware.dev/skunkware/uw7/fileutil/
The GNU tar replacement is a very useful replacement for the standard tar command. If for nothing else, the fact that you can create and manipulate compressed archives makes this a very worthwhile replacement for your standard tar. GNU tar can compress archives with either the GNU zip or the standard compress utility, and can view archives compressed with both compression tools. No system is complete without GNU tar.
http://skunkware.dev/skunkware/osr5/fileutil/tar/
Last Updated: Friday Mar 19, 1999 at 08:43:24 PST
© Copyright 1997 The Santa Cruz Operation, Inc. All rights reserved.