1.0.3 • Published 10 years ago
strlen v1.0.3
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
2Command line tool for counting characters
From arguments:
$ strlen Any long string
15From pipe:
$ echo "12345" | strlen
5And
$ strlen < ~/.ssh/id_rsa.pub
396Last:
$ strlen Me | cat
2