All information displayed by the FSVIEW command line utility can be redirected to a text file using standard operating system redirection:
>
|
Creates a new file
|
>>
|
Extends an existing file
|
For example:
@fred.ctl >> fsview.txt
redirects the output from
fred.ctl to the existing file
fsview.txt.