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 the command to view process running?
Which command is used to copy files?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
how to sort the content of the file based on numeric values
What will the following command do?
What is command statement?
How do you grep a case insensitive?
What do chown command do?
What is merge command in unix?
What does find command return in unix?
Why is shebang used?
How do I delete files from command prompt?
How does pipe () work?
How do I open a port?
What command is used to switching between users in unix?