Length list method
Aliases: len(), count(), size()
The length method is used to get the number of items in a list.
For example:
findit -w 'lines().length() > 20'
will show the files that have more than 20 lines.
Aliases: len(), count(), size()
The length method is used to get the number of items in a list.
For example:
findit -w 'lines().length() > 20'
will show the files that have more than 20 lines.