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 |
which command is used to stop a running process in unix?
What is the nmap command?
What is clustering in HP and how it's work?
Is command prompt unix?
How do I clear my terminal history?
Give Command that will move a single file called "unix.txt"
What is the use of tee command?
what these two commands prints "echo test","cat test"?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
how to make IGNITE-BACKUP in HP-UX?
How to copy multiple files and directories into some other directory?
What is awk used for?