echo "First file" > test_1.txt echo "Second file" > test_2.txt ls test_1.txt test_2.txt cat test_1.txt test_2.txt First file Second file