tar xz < foo-*.tar.gz Is it supposed to expand the glob pattern, or is that not supported? The following both work, is there a better workaround? tar fxz foo-*.tar.gz tar xz < $(echo foo-*.tar.gz) -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html