Class TypeCommand

java.lang.Object
  extended byShellCommand
      extended byTypeCommand

public class TypeCommand
extends ShellCommand

The Juno shell command to display the contents of a text file. Usage:

     type textfile
 

Version:
7

Method Summary
 void doIt(StringTokenizer args, Shell sh)
          Display the contents of a TextFile.
 
Methods inherited from class ShellCommand
getArgString, getHelpString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doIt

public void doIt(StringTokenizer args,
                 Shell sh)
          throws JunoException
Display the contents of a TextFile.

Specified by:
doIt in class ShellCommand
Parameters:
args - the remainder of the command line.
sh - the current Shell
Throws:
JunoException - for reporting errors