$ expr length "nixcraft"
$ myVar="nixcraft"
$ echo ${#myVar}
$ echo nixcraft | awk ‘ { print length } ‘
$ echo nixcraft | perl -nle ‘ print length ‘
Nenhum comentário:
Postar um comentário