Answer Posted / 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 |
Post New Answer View All Answers
What is nr in awk command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What do know about tee command and its usage?
What is command substitution?
What is the significance of the 'tee' command?
What is awk used for?
Explain command to display different lines that are found when compare two files?
Explain mount and unmount command.
Are you in or at the office?
What is the function of grep command in unix?
Who wrote grep?
What is grep and how do you use it?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are grep patterns?
What does the md command do?