what are wild cards?

Answers were Sorted based on User's Feedback



what are wild cards?..

Answer / upendar

Wild Cards are Special Characters.
Wild cards in UNIX is:

? Matches any one character in a filename.

* Matches any character or characters in a filename.

[ ] Matches one of the characters included inside the [ ] symbols.

Is This Answer Correct ?    5 Yes 0 No

what are wild cards?..

Answer / manpreet jhandi

Symbol used to replace or represent one or more characters.
Wildcards or wild characters are either an asterisk (*),
which represents one or more characters or question mark (?),
which represents a single character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What does the metacharacter mean?

0 Answers  


what is the cmd to display the last exit status in UNIX?

5 Answers   MEIT, Syntel,


What is the use of finger command?

0 Answers  


Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


Will rm -r* removes hidden files?

10 Answers  






How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks

6 Answers   Polaris, Tech Mahindra,


What is file system in unix??

10 Answers   Symphony,


What do chgrp command do?

0 Answers  


What does awk stand for?

0 Answers  


Explain command to show the space allocation of files?

0 Answers  


What is in grep command?

0 Answers  


who to change the duplex setting of network interface in command line

1 Answers  


Categories