answersLogoWhite

0

What they mean in any computing terminology: A way to allow the computer to match ANY character (Or series of characters) to where your wildcard is.

A ? wildcard allows the system to figure out a single letter in its place, for example:

d?g might get you a list containing dog, dig, or dug, but NOT dang, or dung, as those are multiple character substitutions.

d*g would get you everything d?g would find, but also throw in any word matches that could fit involving any number of letters in its place while still being a recognized word, for example the command:

rm -v *.pkg*

would remove ANY file in the current directory you have permissions to modify that has ".pkg" ANYWHERE in its name, as it can match any number of letter preceding or following. Thus, rm -v * would remove ALL files it can see that you have access to non recursively. Naturally I don't need to warn you about the dangers of using a powerful and dangerous Linux command as root with a wildcard, as you can cause irreparable damage to your system.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you configure a Vega card in Linux?

If you are using Red Hat 8 or more then install your Vega card and then boot into linux. Red Hat should automatically be able to configure it. If not then find out whether that Vega card is supported in the Linux that you are using. Also find out the driver of your Vega card for Linux .... from the manufacturer's web site.


Can you play a wild card on a wild card in Uno?

No, you cannot play a Wild Card on another Wild Card in Uno.


What is a special character that can stand for any other character or in some cases a group of characters?

wild card


What system takes viruses off of Linux?

As there are no wild viruses for Linux there is nothing to "take them off."


Can you put a wild card on a wild card in a game of cards?

No, in most card games, you cannot place a wild card on top of another wild card.


Can you place a Wild card on top of another Wild card in Uno?

No, you cannot place a Wild card on top of another Wild card in Uno.


Can you play a Wild card on top of another Wild card in Uno?

No, in Uno, you cannot play a Wild card on top of another Wild card.


Can you put a wild card on top of another wild card in Uno?

In Uno, you cannot put a Wild Card on top of another Wild Card.


Can you stack a Wild card on top of another Wild card in Uno?

No, you cannot stack a Wild card on top of another Wild card in Uno.


What does Q and WC stand for in tennis?

Qualifier and Wild Card Qualifiers Qualify through a qualifying round and Wild Cards are offered to players via the tournament hosts


What should you do if your network card is detected in Windows but not in Linux?

You can use a program called NDISWrapper. It will use the Windows driver for your network card and allow it to be used in Linux.


What does rpm stand for in Linux?

It stands for Red Hat Package Manager, which is a package management system that will run on Linux.