Which of the following will match files that have the string “hello” somewhere in the file name?
- echo hello*hello
- echo hello*
- echo *hello*
- echo *hello
Please login or Register to submit your answer