On 2024-06-28 20:53:50 +0000, Michael Kjörling wrote: > Yes, it almost certainly can be done with a single sed (or other > similar tool) invocation where the regular expression matches > precisely what you want it to match. But unless this is something you > will do very often, I tend to prefer readability over being clever, > even if the readable version is somewhat less performant.
To match a range inside a regexp, $(rgxg range 1 119) is readable. :) rgxg is provided by the package of the same name. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)