findit

Fild files

View project on GitHub

Length string method

Aliases: len(), count(), size()

The length method is used to get the number of character in a string.

For example:

findit -w 'name.length() > 12'

will show the files whose name is larger than 12 characters.