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 |
In UNIX, what is the command to edit contents of the file?
what do you understand by 'building block primitive'?
How does shebang work?
Enumerate some of the most commonly used network commands in unix?
What is a command and examples?
What is a shell in Unix? Name some common Unix shells.
how to find the 51th record of a file containing 100 records in unix.
Differentiate cmp command from diff command.
Is command prompt unix?
How to identify whether a file is normal file or directory?
What are bash commands?
use of ls command