Home   Info   DevZone   Wiki  
UsersWeb  |  MainWeb  |  InfoWeb  |  DevZoneWeb  |  SupportWeb
CommandLineUtilities ] [ not logged in ] [ Web: Imported ] goto:  options
[ get info on or edit ] login or new user ] [ list of topics, hubs & nodes, or recent changes ]

Below is the text of the Read Me for JOS Command Line Utilities 1.0.3, from the CommandLineGroup.

Some of the terms cause Wiki to add a question mark. I made changes where I could.


Utilities 1.0.3 <! page="">ReadMe</a>

Kevin Raulerson Ciudad de México
Development & Consulting
kevinr@spin.com.mx

 

 

Command Line Utilities 1.0.3

Released: 6 June 1999

 

Please visit my
Job Search

 

 

Description

This distribution contains several GNU/Linux command line utilities, ported to Java.

You can demo these utilities using Demo Shell.

 

 

Installing and Running with Demo Shell

  1. JDK 1.2 or greater is required. Make certain at least JDK 1.2 is installed, by entering:

    • java -version

  2. Put the jar files found in the jar directory of the Command Line Utilties distribution into your path, by doing one of:

    • Move the jar files into a directory that is listed in your PATH environment variable, or

    • Edit the value of your PATH environment variable to include this distribution's jar directory

  3. Run Demo Shell, by A) changing to the directory containing demoShell.jar and B) entering one of the following:

    • Windows/DOS
      java -Djava.ext.dirs=PATH -jar demoShell.jar

    • Unix/Bourne
      java -Djava.ext.dirs=$PATH -jar demoShell.jar

    Or alternately, you could prefix demoShell.jar with a path leading from your current directory to the demoShell.jar file.

  4. Use Demo Shell, by entering at the Demo Shell prompt a program name (minus the .jar extension) along with any arguments. For the specifics of usage see the manual pages linked below.

    You could try out these examples:

    • ¢ ls
      Lists the files in the current directory

    • ¢ ls -FlrSI*.html [directory]
      Lists the files in directory, marking directories, displaying long format, sorting in reverse according to file size, and omitting files that end with .html

    • ¢ touch --help
      Displays usage help for the touch command

    • ¢ pwd
      Displays the full path to the current directory

    • ¢ cal 1 2001
      Displays a calendar for January 2001

    • ¢ cat [textfile]
      Displays the contents of textfile

    • ¢ rm [trashfile]
      Permanently deletes trashfile -- for real

  5. To exit Demo Shell, enter exit or type control-c.
Demo Shell runs (Java) programs found in the PATH, like any other shell. Please do not confuse PATH with CLASSPATH which does not enter the picture.

 

 

Documentation

The links work in the download copy of the Read Me, not in the copy on the web.

Manual Pages in HTML     Upper Package Documentation
   
 
API Documentation
 
Makefile (for jmk, Make in Java)
 
Source Code

Source Properties
 
Java EN   DE   ES   FR   NL   PL   PT   SL   SV  
 
  • cal
*
  • cat
* * * * * *
  • cd
*
  • date
* * * * * *
  • du
* * * * * * * * *
  • echo
* * * * * *
  • ls
* * * * * * * * *
  • mkdir
* * * * * * * * *
  • mv
* * * * * * * * *
  • pwd
* * * * * *
  • rm
* * * * * * * * *
  • rmdir
* * * * * * * * *
  • touch
* * * * * * * * *
  • wc
* * * * * *
  • whoami  
* * * * * *
 
  • AbstractCommand
* * * * * * * * *
  • ArgMatch
* * * * * * * * *
  • BackupFile
  • FNMatch
  • GNUError
  • GetOpt
*
  • GetOptConstants
 
  • AbstractWrapper
*
  • jar
  • javac
  • javadoc
  • javap
 
  • DemoShell
*
  • ExitSecurityManager

 

 

Limitations, Bugs amd Bug Reports

Please send bug reports to:

Bugs

Limitations

 

 

Licenses

The code in this distribution is licensed as free software.

  • All utilities and libraries
  GPL   online
  • DemoShell
  LGPL   online

 

 

Job Search

I'm looking for full-telecommute Java contract programming work.

Please visit my Job Search page, or email me, especially if you:

 

 

Thanks

Thanks for having a look at these command line utilities.

Kevin Raulerson
kevinr@spin.com.mx

 

 




Content of these pages are owned and copyrighted by the poster.
Hosted by: