Dell Vizioncore Betriebsanweisung Seite 59

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 180
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 58
Managing Cartridges and Metrics 59
Using the Command Line for Administration Tasks
\s
A white space character such as a tab, line feed, blank
space, or carriage return.
\S
Any character other than tab, line feed, blank space, or
carriage return.
\w
Any lowercase or uppercase alphabetic, or a numeric
character.
\W
Any character other than lowercase or uppercase
alphabetic, or a numeric character.
?, ??, or ?+
When following a character, the construct implies that the
preceding character can appear one or zero times.
For example, each of the following constructs mean that
the character
X can appear once or not at all in the result:
•X?
X??
X?+
*, *?, or *+
When following a character, the construct implies that the
preceding character can appear zero or more times.
For example, each of the following constructs mean that
the character
X can appear zero or more times in the
result:
•X*
X*?
X*+
+, +?, or ++
When following a character, the construct implies that the
preceding character can appear one or more times.
For example, each of the following constructs mean that
the character
X can appear one or more times in the result:
•X+
X+?
X++
Syntax Description
Seitenansicht 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 179 180

Kommentare zu diesen Handbüchern

Keine Kommentare