/ Published in: Bash
The following command prints 21.
Expand |
Embed | Plain Text
ruby -e "puts 'length of this string'.length"
You need to login to post a comment.
The following command prints 21.
ruby -e "puts 'length of this string'.length"
You need to login to post a comment.