findit

Fild files

View project on GitHub

Contains string method

The contains method is used to check if a string contains a substring. It accept a single argument which is the substring to check for.

For example:

findit -w 'name.contains("fact")'

will show the files with name that contains the word “fact”.