Answer Posted / 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 |
Post New Answer View All Answers
What command is used to check the current users?
Which command is used to copy files?
How do I clear my terminal history?
What are grep patterns?
What are reported commands?
What is the use of the command 'ls -x chapter[1-5]' ?
What do chmod, chown, chgrp commands do?
Describe the zip/unzip command using gzip.
Which command should you use to find the remaining disk space in unix server?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does find command return in unix?
Explain command to view process running?
What are file commands?
How do I run a bash script?
Why is grep called grep?