First list method
The first method is used to return the first item in a list.
If the list is empty, the result will be empty.
For example:
findit -w 'words().skip(1).first() = "io"'
will show all the files that the second words in them is “io”.
The first method is used to return the first item in a list.
If the list is empty, the result will be empty.
For example:
findit -w 'words().skip(1).first() = "io"'
will show all the files that the second words in them is “io”.