Which of the following will match files that have the string “hello” somewhere in the file name?

Which of the following will match files that have the string “hello” somewhere in the file name?Category: Introduction to Linux IAuthor "LinuxQuestions"Which of the following will match files that have the string “hello” somewhere in the file name?
Linux Questions Staff asked 1 year ago

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

About the author