strlen
v1.0.3
Published
Get length of string after strlen
Downloads
18
Maintainers
Readme
strlen
Command line tool for counting characters
Usage
From arguments:
$ strlen Any long string
15From pipe:
$ echo "12345" | strlen
5And
$ strlen < ~/.ssh/id_rsa.pub
396Last:
$ strlen Me | cat
2