Skip to main content
2 of 6
formatting
Bodo
  • 6.4k
  • 18
  • 30

Re-number a list, but not the order

In Kali Linux, is there a way to ONLY re-number the list, but not the order? For example:

3. cat
1. hat
2. mouse

and change it to:

1. cat
2. hat
3. mouse

Thank you.