On Tue, Nov 14, 2023 at 11:43:14AM +0100, Daniele B. wrote: > enanching the original tool "num".
/bin/cat already has the -c option to number lines, although it always starts numbering at 1. Wouldn't it be more useful to add the functionality to start numbering at a certain offset to /bin/cat by adding an argument to the -c option rather than creating a new tool?