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 |
How can you copy files or directories?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
How would you change all occurrences of a value using VI?
Give command that will make the file "run.sh" executable?
What is the difference between cat command and more command?
Name the unix command to find how many days the server has been up.
what is the difference between relative path and absolute path?
Give the command for finding the current date.
what is the meaning of this command rm -rf / what will it do ?
How to find $ai_serual resolved path by using unix
How to remove a crontab file?
What is grep r?