I have a text file as input. I need to filter that through some program, SED, AWK, whatever, where i need to increment a value in a particular line every time i run the script.
What's the best way of doing it?
Sample text:
File Type
Rev 100
data a
data b
file loc
comment line
eof
only the "Rev 100" should change to "Rev 101"