When executing the command cat *ch*, which files will be shown?
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.