what is the use of wild cards?
Answers were Sorted based on User's Feedback
Answer / bharath
? 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 ? | 6 Yes | 0 No |
Is command prompt unix?
how to check a file system type
What is the functions of zambie process?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
What do you mean by zambie process?
What is the nmap command?
Will rm -r* removes hidden files?
what will this do $cat > file.c ?(file.c is a file in current directory)
why unix commands can be divided into internal and external commands?
What does find command return in unix?
Why is grep called grep?
What is the difference between awk and grep?