The File System
Page 96 7210 SAS M, T, X, R6 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
X X
copy
X X X
delete
X X
dir
X X
md
X
move
X X
rd
X
scp
source only
type
X X X
version
X X X