When executing the command cat *ch*, which files will be shown?

Choose the correct answer

Explanation

The command cat *ch* matches any files containing the sequence 'ch' anywhere in their names. Therefore, it will display the contents of 'patch', 'catch', and '.ch'. Hence, all of the mentioned files are included.

When executing the command cat *ch*, which files wil… — Basic of linux unix | PakQuizHub