logoalt Hacker News

G_o_Dtoday at 3:54 AM0 repliesview on HN

Atleast follow standard practice in your example

Fails : enumerate -f '.txt' -- 'wc -l {}'

For all use cases

Correct : enumerate -f '.txt' -- 'wc -l -- {}'