what are wild cards?
Answers were Sorted based on User's Feedback
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 |
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 |
What is ‘ps’ command for?
what does a process mean?
Is ‘du’ a command? If so, what is its use?
what is the command to list all files in a directory, including the hidden files in UNIX ?
What is the difference between cat and more command?
What happens when we execute a unix command?
What is the difference between grep and grep?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
What is the difference between cat command and more command?
Give the command for finding the current date.
what is tar command and what are the different types of tar commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?