what is the use of wild cards?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is awk used for?

623


Which command will print your home directory on screen?

546


What is the use of tee command?

572


Using unix command how to display no of records in oracle?

613


Which command is used to restrict incoming messages?

594






Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

962


Explain command to display different lines that are found when compare two files?

678


What is the unix command to confirm a remote host is alive or not?

583


Explain command to view process running?

617


What does sed command do in unix?

566


What are file commands?

654


What is the general format of unix command syntax?

694


How do I clear my terminal history?

586


Why is awk called awk?

580


What is awk command used for?

602