8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expr <some string> length
When running $ expr helloworld length, GNU expr fails with:
$ expr helloworld length
expr
expr: syntax error: unexpected argument ‘length’
uutils expr, on the other hand, incorrectly returns 10, the length of the string helloworld.
10
helloworld