in reply to How to do this with shell scripting and perl one-line?
(cd /my/input/dir;(perl -pe'print"$ARGV\t"' *.tab)>combo.tab) [download]