In Kali Linuxa shell script, is there a way to ONLY re-number the list, but not the ordercontents in the list? For example:
3. cat
1. hat
2. mouse
and change it to:
1. cat
2. hat
3. mouse
Thank you.
****** It says Kali Linux, but it actually wasn't. Sorry, my brain is fried from spending a lot of time trying to google an answer/trying to understand this. Thank you to everyone who responded.