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 find maximum memory taking process on the server?
Is command prompt unix?
What is the general format of unix command syntax?
What does #!/ Bin sh do?
What is .sh file?
Differentiate cmp command from diff command.
Which command should you use to find the remaining disk space in unix server?
What is the command to find hidden files in the current directory?
How do I use nslookup?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are the commands in UNIX to list the files in a Directory?
What is used to type command?
What is the use of find command in unix?
What do chown command do?
What is grep short for?