File System Management
7750 SR OS Basic System Configuration Guide Page 135
Wildcards
7750 SR 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 cf3:\ # copy test*.cfg siliconvalley
cf1:\testfile.cfg
1 file(s) copied.
A:ALA-1>file cf3:\ # cd siliconvalley
A:ALA-1>file cf3:\siliconvalley\ # dir
Volume in drive cf1 on slot A has no label.
Directory of cf3:\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 cf3:\siliconvalley\ #
As in a DOS file system, the wildcard characters can only be used in some of the file commands.
Another example of wildcard usage:
A:21# show router mpls lsp l-63-8*
===============================================================================
MPLS LSPs (Originating)
===============================================================================
LSP Name To Fastfail
Adm Opr
Config
-------------------------------------------------------------------------------
l-63-8-cc 213.224.245.8 No
Up Dwn
l-63-8-cw 213.224.245.8 No
Up Dwn
-------------------------------------------------------------------------------
LSPs : 2
===============================================================================
A:21#