The File System
Page 76 7210 SAS M, X Basic System Configuration Guide
Wildcards
7210 SAS OS supports the standard DOS wildcard characters. The asterisk (*) can represent zero 
or more characters in a string of characters, and the question mark (?) can represent any one 
character.
Example: A:ALA-1>file cf1:\ # copy test*.cfg siliconvalley
cf1:\testfile.cfg
1 file(s) copied.
A:ALA-1>file cf1:\ # cd siliconvalley
A:ALA-1>file cf1:\siliconvalley\ # dir
 Volume in drive cf1 on slot A has no label.
Directory of cf1:\siliconvalley\
05/10/2006 11:32p      <DIR>          .
05/10/2006 11:14p      <DIR>          ..
05/10/2006 11:32p                7597 testfile.cfg
 1 File(s)                   7597 bytes.
 2 Dir(s)                 1082368 bytes free.
A:ALA-1>file cf1:\siliconvalley\ #
All the commands can operate on the local file system. Table 13 indicates which commands also 
support remote file operations.
 
Table 13: File Command Local and Remote File System Support
Command local-url ftp-url tftp-url
attrib
X
cd
XX
copy
XXX
delete
XX
dir
XX
md
X
move
XX
rd
X
scp
source only
type
XXX
version
XXX