The command echo a* will display:

Linux Questions Staff asked 1 year ago

The command echo a* will display:

  • All of the files in the current directory that begin with an “a” character.
  • Only the file named “a*”.
  • All of the files in any directory that begin with an “a” character.
  • All of the files in the current directory that begin with an “a” or “A” character.

About the author