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 |
Give the command for finding the current date.
write grep commands to select the lines that have exactly two characters
Which command can you use to find the currently running process in unix server?
How to redirect standard error to a file?
How does the user view the contents of a text file in UNIX?
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
What is grep command in unix with examples?
distinguish between interrupts and exceptions?
how to delete entire records in unix ?
Why is shebang used?
In vi editor how do you execute unix commands?
their is a file1,file2 and i want to append file1 data to file2?