Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 41)
41.
What shell's wild-card is used to match any number of characters including none?
*
?
[!ijk]
[ijk]
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Mini said:   10 years ago
What shell's wild-card is used to match any number of characters including none?

In this question I am not understanding shell's wild-card?

Vivek sonone said:   9 years ago
* Widecard: The star wildcard has the broadest meaning of any of the wildcards, as it can represent zero characters, all single characters or any string.

Post your comments here:

Your comments will be displayed after verification.