HPlogo MPE/iX Commands Reference Manual: HP 3000 MPE/iX Computer Systems

Appendix F Wildcard Characters

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

In some commands, you may substitute wildcard characters for certain parameters, or parts of parameters, in the list. The wildcard characters count toward the eight character limit for user, group, account, and file names. These wildcard characters are defined in Table F-1 “Table F-1. Wildcard Character Definitions”

.

Table F-1 Table F-1. Wildcard Character Definitions

CharacterFunction
@Specifies zero or more characters. When used by itself, @ denotes all possible members of the set.
#Specifies one numeric character.
?Specifies one character.
 These characters can be used as follows:
n@Represents all items starting with the character "n".
@nRepresents all items ending with the character "n".
n@xRepresents all items starting with the character "n" and ending with the character "x".
n#_#Represents all items starting with the character "n" followed by as many as seven digits, where each digit is represented by a single number sign (#).
=?n@Represents all items whose second character is "n".
=n?Represents all two-character items starting with the character "n".
?nRepresents all two-character items ending with the character "n".
[ ]A range of characters (only with the LISTFILE, SHOWVAR, DELETEVAR, STORE, and RESTORE commands).

 

The LISTFILE, SHOWVAR, DELETEVAR, STORE, and RESTORE commands provide for a range or set of characters. Refer to chapter 2 of this manual for additional information on these commands.

Feedback to webmaster