|
HSI Version: |
All |
|
Purpose: |
Directs listable output from HSI commands to a local file. |
|
Aliases: |
|
|
Command Format: |
out - out local_file out > file out >| file out >> file
|
|
Options: |
|
|
Keywords: |
|
|
Usage Notes: |
out - closes any current output file and reverts to terminal ouptu out file, out > file, and out >| file all attempt to open and write to a local file called file, overwriting any previous contents out >> file attempts to append to an existing file |
|
Example: |
? out > /tmp/list.out ? ls -l ? out -
|
|
Related Command(s): |