Bash mostre todo o arquivo com o mesmo nome
cat test_1.txt test_2.txt test_3.txt
cat test_?.txt
cat test_*
Hello There
cat test_1.txt test_2.txt test_3.txt
cat test_?.txt
cat test_*