answersLogoWhite

0

The asterisk symbol means 0 to many repetitions of the expression it follows. This means the regular expression "do*g" would match "dg", "dog", "doog", "dooog", ... or "(?>do)*g" would match "g", "dog", "dodog", "dododog", ...

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the period used for in Linux regular expressions?

a period means 'any single character'. A period followed by an asterisk means 'zero or more characters'.


Where can you get an easy call waiting for Linux?

Try asterisk.


What is the question mark symbol used for in Linux regular expressions?

Single-letter matching wild cards. Example: d?g could be dog, dig, or dug, but NOT dang, dragging, drug, dung, or digging.


What does a asterisk mean in Linux?

It would depend on the context. It is usually used as a wildcard, or a pattern that will match everything.


What symbol indicates linked file in Linux?

The @ symbol.


What does the symbol mean in Linux?

fghj


Does Novell have a penguin symbol?

The penguin symbol is used for the Linux operating system


When logged in a root in Linux the shell prompt normally changes to display what symbol?

The # symbol.


Can Regular user use both Linux server and Linux client system?

Yes, as long as they have user accounts on both machines.


What is the stock symbol for Linux?

Linux is not a single product from a single company. Several companies produce Linux distros. Novell (on NASDAQ) - NOVL Red Hat (on NYSE) - RHT Xandros - not publicly traded Canonical - not publicly traded


Is the asterisk is the wild-card used to represent one and only one character in find criteria?

The interpretation of the asterisk depends on the exact filter language and dialect in use.For example, the Windows console supports an asterisk as a placeholder for any alphanumerical character which can be part of a file base name, that is, letters, digits, underscore, and some others, but other characters with special meaning in this context, such as a period, a colon or a backslash. For example - the instruction Dir *.txt would list every file with the extension txt.Commonly used equivalents console applications under the Unix (Linux) family of operating systems (so-called 'shell' programs such as BASH and many others) interpret the asterisk as a placeholder for any valid file name character (that is, including the period).In most regular expression dialects, the asterisk does not represent a particular character or group of characters at all. It is instead used to implement a multiplier, where the asterisk matches "zero or more times whichever search expression precedes the asterisk." Thus, 'AZ*' will be interpreted as "match a sequence consisting of letter A, followed by zero or more letters Z: 'A', 'AZ', 'AZZZZZ', etc.


Linux stock share?

Linux is the name of the popular Open Source operating system (OS). It's originator/creator, Linus Torvalds, is a programmer known thoughout the world as the creator of Linux. There are companies that focus on Linux OS (an example is RedHat Linux). The RedHat ticker symbol on the Nasdaq stock exchange in New York was RHAT before they were acquired by IBM a few years ago.