Which wildcard character in a shell is used to represent zero or more characters in a filename?

Choose the correct answer

Explanation

The asterisk (*) wildcard is used in shell environments to match any sequence of characters, including an empty string. Other options like [ijk] match specific characters, [!ijk] matches any character except those listed, and ? matches exactly one character.

Which wildcard character in a shell is used to repre… — Basic of linux unix | PakQuizHub