On Fri, Jun 01, 2018 at 01:09:28PM -0400, D. Hugh Redelmeier via talk wrote: > | From: Lennart Sorensen via talk <[email protected]> > > | $ for f in "*.png"; do echo "$f"; done > | a b c.png a.png b.png c.png > > I think that you mean > ... echo $f ...
Oh maybe I cut and pasted the wrong test line. :) -- Len Sorensen --- Talk Mailing List [email protected] https://gtalug.org/mailman/listinfo/talk
