On Apr 17 2026, Laurent Lyaudet wrote:

>> versus:
> lines=$(wc -ln -- "${files[@]}")

lines=$(wc -l -- "${files[@]}" | awk '{print $1}')

-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



Reply via email to