Answer Posted / 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 |
Post New Answer View All Answers
Which command is used to delete all files in the current directory and all its sub-directories?
Name the general commands in using unix os for a beginner?
What does 'mkdir' command do in UNIX?
What do chgrp command do?
What does the “echo” command do?
how to sort the content of the file based on numeric values
Which unix command to make a new directory?
What is the difference between cat command and more command?
What is awk command used for?
Explain command to display different lines that are found when compare two files?
What is {} in find command?
What does awk stand for?
What is the use of the command 'ls -x chapter[1-5]' ?
Does cp command overwrite files?
What are grep patterns?