Tagged Questions
2
votes
1answer
88 views
Is there a command that outputs a line-numbered file starting the numbering at a specific line?
cat -n file outputs file with line numbering, but how can I specify at which line to start the numbering? Is there a command that can do that?
I've thought of perhaps splitting the process into a few ...