> Le 1 juin 2018 à 11:10, Lennart Sorensen via talk <[email protected]> a écrit :
> 
> 
[snip]
> 
> $ for f in "*.png"; do echo "$f"; done
> a b c.png a.png b.png c.png
> 
> $ for f in "*.png"; do echo "$f"; done
> *.png
[snip]

I don't understand what's going on here.  The exact same command is giving two 
different results?  When I try this on my system, I don't get a single-line 
listing of the 4 files, but rather the result "*.png" as you did in the second 
run of the command above.  Is there a typo somewhere?  Did you mean for the two 
commands above to be the same?

--
znoteer
[email protected]
---
Talk Mailing List
[email protected]
https://gtalug.org/mailman/listinfo/talk

Reply via email to