$cat a_file This is test file "a". $cat b_file This is test file "b". $cat c_file This is test file "c". $cat a_file b_file c_file This is test file "a". This is test file "b". This is test file "c".