ccat icon indicating copy to clipboard operation
ccat copied to clipboard

Line number support ?

Open alxtz opened this issue 7 years ago • 3 comments

I saw the original cat has the switch -n that would prefix line numbers , might be useful ?

alxtz avatar May 24 '17 04:05 alxtz

Need it too.

seanmars avatar Jan 04 '18 03:01 seanmars

I agree -n should be supported for parity. However, you can do this in the meantime:

cat -n /path-to-your-file | ccat

benjaminwood avatar Sep 24 '18 21:09 benjaminwood

Thanks for the tip Benjamin!

praad avatar Jan 11 '19 08:01 praad