bug#70860: Add an option to remove filenames for wc util

Andreas Schwab <[email protected]> Fri, 17 Apr 2026 22:01:02 +0200
Newsgroups gmane.comp.gnu.core-utils.bugs
Message-ID <[email protected]>
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."