Tinycore is here 12/1/2008! Welcome visitors.
Hi GNUserQuote from: Greg Erskine on March 01, 2023, 01:26:29 AMCode: [Select]EXTN="${EXTN%.tcz}.tcz"That's exactly how I handled it in my FetchExt.sh script.
Code: [Select]EXTN="${EXTN%.tcz}.tcz"
EXTN="${EXTN%.tcz}.tcz"
That's why I get a little nervous when I see lots of suggested changes to these scripts.
... This is what I mean. Your change only fixes the unexpected results sometimes, so it's not really getting to the actual problem.
There I searched Records using $0 which is fast. Anytime there is a match, it searchs that Record asecond time from $2 to NF.
... Age seems a bit strange but is a valid variable name in shell. ...