
1 May
2021
1 May
'21
13:23
Jos, et al -- ...and then Jos van Kan said... % % On 01-05-2021 05:36, David T-G wrote: % > ... % > do % > unzip $F && mv logfile `basename $F .zip` || break % > done ... % % And for people with bad eye sight $(command) instead of `command` [snip] True :-) but not Bourne shell standard. I tend to shy away from fancy bash, zsh, tcsh extensions since that code is not portable. I've only found two cases where sh implementation differed across flavors, and those were edge-case enough that I can live with it :-) HANW :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt