what is the use of wild cards?
Answers were Sorted based on User's Feedback
Answer / 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 |
how to change a normal file into hidden file
which command is used to identify the type of the file?
Write a command to display a file’s contents in various formats?
Differentiate cat command from more command.
How do I use nslookup?
In vi editor how do you execute unix commands?
What command would users use to see what file one page at a time in UNIX?
What is pid?
What is the use of touch command in there?
How can you see the command line history?
what will this do $cat > file.c ?(file.c is a file in current directory)
What does awk stand for?