in reply to Re^4: Combine files with same extension in new file
in thread Combine files with same extension in new file

Wait, wait, wait... output.txt doesn't match *.tsv. Moreover, if the input files aren't in the current working directory, you have to specify their path, too:
glob '/path/to/files/*.tsv'
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^6: Combine files with same extension in new file
by AhmedABdo (Acolyte) on Oct 01, 2015 at 12:27 UTC
    Sorry it is txt, I just make a mistake by typing and all my files in the same directory. Thanks