ccat
ccat copied to clipboard
Line number support ?
I saw the original cat has the switch -n that would prefix line numbers , might be useful ?
Need it too.
I agree -n
should be supported for parity. However, you can do this in the meantime:
cat -n /path-to-your-file | ccat
Thanks for the tip Benjamin!