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 |
Give Command that will change the name of a directly from paypal to eBay
What is a bash command?
Give the command to display space usage on the UNIX file system.
Give Command that will move a single file called "unix.txt"
What is the command to find hidden files in the current directory?
How would you change all occurrences of a value using VI?
What is time_t?
Which command is used to create a directory?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
What happens when we execute a unix command?
How would you find the size of a file or directory?