pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Reverse Sort & Number

Numbered lines in reverse-sorted order

Format Text
Input0 chars
Output0 chars

How it works

$ sort-lines --reverse=true | number-lines

Examples

Reverse-sort and number a list of code names

Usage
"alpha
charlie
bravo
delta
echo" | sort-lines --reverse=true | number-lines

Create a reverse-alphabetical numbered fruit inventory

Usage
"apple
cherry
banana
date
elderberry" | sort-lines --reverse=true | number-lines

Reverse-sort and number team members for countdown ordering

Usage
"Alice
Dave
Bob
Eve
Carol" | sort-lines --reverse=true | number-lines