|
|
|
|
|
by totaa
674 days ago
|
|
love this, i always use sketchy websites for simple utils like counting number of words, validating JSON etc. though this is nothing that can't be done on the CLI (wc, jq, grep etc) - it's obviously easier through a web interface if it's only used sparingly. |
|
Why? Typing "wc file" seems infinitely easier than navigating through some web interface. Care to explain?