DASH Shell discussions
 help / color / mirror / Atom feed
* glob pattern and redirected input file name
@ 2013-08-29 23:49 Jack Bates
  2013-08-30 14:34 ` Jilles Tjoelker
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Bates @ 2013-08-29 23:49 UTC (permalink / raw)
  To: dash

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-30 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 23:49 glob pattern and redirected input file name Jack Bates
2013-08-30 14:34 ` Jilles Tjoelker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox