Bash Show All File с тем же именем

cat test_1.txt test_2.txt test_3.txt
cat test_?.txt
cat test_*
Hello There