home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / utlos2.zip / utlos2.txt < prev   
Text File  |  1998-02-07  |  4KB  |  97 lines

  1. NAME
  2.         UTLOS2 : *ix-like and other utilities for OS/2, Win32, and DOS
  3.  
  4.         Version 2.9
  5.  
  6.         (c) Copyright International Business Machines Corporation 1998
  7.         All rights reserved.
  8.  
  9.         $Id: utlos2.txt 1.2 1998/02/08 02:15:20 brian Exp $
  10.  
  11. AUTHOR
  12.  
  13.         Brian Yoder
  14.         Boca Raton, Florida, USA
  15.  
  16.  
  17. SYNOPSIS
  18.  
  19.         This package contains a set of command-line utilities. Each is
  20.         available for OS/2 2.1 or higher, Win32, and DOS. The DOS
  21.         versions are 16-bit; the OS/2 and Win32 versions are 32-bit.
  22.  
  23.         The OS/2 versions are more capable then their DOS counterparts
  24.         (including support for HPFS long filenames and for extended
  25.         attributes). However, users with systems that are configured for
  26.         dual boot will find it convenient to have these commands
  27.         available whether booting OS/2 or native DOS. In addition, users
  28.         in a mixed OS/2, DOS, Windows 95, and Windows NT network
  29.         environment will find it convenient to have these commands
  30.         available on all platforms.
  31.  
  32.         These utilities support an enhanced filename pattern matching
  33.         capability similar to that for OS/2 or Win32, only better.
  34.         Unlike many command-line utilities such as the native commands
  35.         for these operating systems, the same enhanced filename pattern
  36.         matching is available in all of the versions of these utilities.
  37.  
  38.  
  39. UTILITIES
  40.  
  41.         Name        Description
  42.         ----------- -------------------------------------------------
  43.         ccp.exe     Conditional file copy: a better XCOPY. Very nice!
  44.         cdx.cmd/bat Change directory: A better CD
  45.         chmod.exe   Change file mode (attributes)
  46.         crc.exe     Calculates CRCs for files
  47.         crcchk.exe  Calculates and check CRCs for files
  48.         du.exe      Displays file space usage
  49.         grep.exe    Searches text or binary files for a pattern
  50.         ls.exe      List directory: A better DIR
  51.         strings.exe Shows printable strings in binary files
  52.         txtcut.exe  Preprocesses text for cut, awk, or Perl
  53.  
  54.  
  55. INSTALLATION
  56.  
  57.         Unzip the utlos2.zip file. If using PKUNZIP, specify the -d
  58.         option to create the ./OS2 subdirectory with the OS/2 32-bit
  59.         executables, the ./DOS subdirectory with the DOS executables,
  60.         the ./Win32 subdirectory with the Win32 executables, and the
  61.         ./Doc subdirectory with the documentation. If using Info-ZIP's
  62.         unzip, the subdirectories are created for you automatically.
  63.  
  64.         Copy the OS/2 executables to a directory within the current PATH
  65.         list for OS/2. Be sure that DOS programs don't search this path.
  66.         The copy command would look like the following, where 'd:path'
  67.         is the target drive and path:
  68.  
  69.                 copy OS2\*.exe d:path
  70.  
  71.         Copy the DOS executables to a directory within the current PATH
  72.         list for DOS (for either an OS/2 DOS session or a native DOS
  73.         session). Be sure that OS/2 programs don't search this path. The
  74.         copy command would look like the following, where 'd:dospath' is
  75.         the target drive and path:
  76.  
  77.                 copy DOS\*.exe d:dospath
  78.  
  79.         Copy the Win32 executables to a directory within the current
  80.         PATH list for Win32. The copy command would look like the
  81.         following, where 'd:win32path' is the target drive and path:
  82.  
  83.                 copy Win32\*.exe d:win32path
  84.  
  85.  
  86. DOCUMENTATION
  87.  
  88.         The documentation includes a .doc ASCII text file for each
  89.         utility along with the pattern.doc file which describes the
  90.         enhanced filename pattern matching (like wildcards, only better).
  91.  
  92.         The documentation also includes the util2.ps Postscript file,
  93.         the *.tex LaTeX-2e source files, and the util2.dvi device
  94.         independent file, all of which describe the utilities in a
  95.         nicely typeset book of about 40 pages. The util2.tex is the root
  96.         LaTeX-2e file for this book.
  97.