next up previous contents index
Next: WHAT Command Up: Getting Help Previous: HELP Command   Contents   Index


SHOW Command

The SHOW statement displays the current attribute values of an object. It has three formats:

SHOW;                 // Give help on the "SHOW" command
SHOW,NAME=pattern;    // Show names matching of "pattern"
SHOW,pattern;         // Shortcut for the second format
pattern is an regular expression. If it is non-blank, MAD displays all object names matching the pattern. Entering SHOW alone displays help on the SHOW command. If the OPTION,MAD8 is active, the format is MAD-8 format, otherwise it is MAD-9 format. Examples:

SHOW;
SHOW,NAME="QD.*\.L*";
SHOW,"QD.*\.L*";



MAD User Guide, http://wwwslap.cern.ch/mad/