What is DASH supposed to do when input is redirected from a file, and the file name is a glob pattern? e.g.

   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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to