Bash Show semua file dengan nama yang sama

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