Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: what is wildcard character ? is * or ' '  (Read 3699 times)

0 Members and 1 Guest are viewing this topic.

emuhulk

  • Guest
what is wildcard character ? is * or ' '
« on: September 12, 2009, 08:15:38 AM »
Hello everyone ,

can you show example about wildcard character please

thank you

Helpmeh



    Guru

  • Roar.
  • Thanked: 123
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Re: what is wildcard character ? is * or ' '
« Reply #1 on: September 12, 2009, 08:18:57 AM »
Dir /b /s *.Txt

That will list all the txt files in a folder and all it's subfolders.
Where's MagicSpeed?
Quote from: 'matt'
He's playing a game called IRL. Great graphics, *censored* gameplay.

Allan

  • Moderator

  • Mastermind
  • Thanked: 1260
  • Experience: Guru
  • OS: Windows 10
Re: what is wildcard character ? is * or ' '
« Reply #2 on: September 12, 2009, 08:22:08 AM »
The asterisk (*) represents any string of zero, one, or more characters while the question mark (?) represents any ONE character.

Allan

  • Moderator

  • Mastermind
  • Thanked: 1260
  • Experience: Guru
  • OS: Windows 10
Re: what is wildcard character ? is * or ' '
« Reply #3 on: September 12, 2009, 08:23:52 AM »