|
||
Lesson 11
Objective
|
The SPOOL Command
Use Server Manager's SPOOL command. |
|
|
The SPOOL command is used to echo Server Manager's output to a text file. Spooling output to a file is a good thing to
do whenever you run a script, or any other command that produces a lot of output. It enables you to review the output later, without
having to worry about it scrolling off the top of the screen.
To begin writing output to a file, use the SPOOL command followed by the name of the file to which you want to write the output. You can specify the full directory path of the file if you like. The following examples will work on Windows NT and UNIX respectively: SPOOL c:\output.txt SPOOL $HOME/output.txt SPOOL OFF |
||
|
Spool Command Exercise
Click on the link below to attempt the [Spool Command Exercise].
Spool Command Exercise |
||
|
|
||