what are wild cards?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manpreet jhandi
Symbol used to replace or represent one or more characters.
Wildcards or wild characters are either an asterisk (*),
which represents one or more characters or question mark (?),
which represents a single character.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you change file permissions and ownership in Unix?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
What is difference between grep and find command in unix?
in UNIX,How to copy file into directory?
What does 'mkdir' command do in UNIX?
What is the search command in unix?
How to copy multiple files and directories into some other directory?
What command a user use to view a long text file one page at a time in UNIX?
What do chmod, chown, chgrp commands do?
what is the difference between relative path and absolute path?
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
describe the escaping sequence characteres in unix