glob pattern and redirected input file name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux