GET Command
G[ET]
HSI Version: All
Purpose: Retrieves a copy of a file from HPSS to your local file space on the host system.
Aliases: RECV
Command Format: GET [keywords][options] [localfile:]path ...
Options: -R Recurse through subdirectories
-p Preserve time stamps when creating new file
Keywords: BACKUP DIRn
Usage Notes: The -R keyword can be used to recursively retrieve directory trees from HPSS, creating local subdirectories as needed.
Examples: get -R someFiles Project
get "| gunzip | tar xvf - " : myHPSSfile.tar.gz
Related Command(s): FIND, CGET, CPUT, PUT