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 |
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
Briefly, how do you install Oracle software on UNIX.
what is the command to list all files in a directory, including the hidden files in UNIX ?
to list a particular line in the file
How do I run a whois command?
What command will change your prompt to myprompt?
What are some command words?
What are filter commands in unix?
Which command should you use to find the remaining disk space in unix server?
which command is used to identify the type of the file?
what these two commands prints "echo test","cat test"?
how will you convert a general file to a hidden file?