findit

Fild files

View project on GitHub

Concat (+) string operator

The Concat (+) string operator is used to concat a string and a value into a new string.

For example:

findit -d '`"The file: " + name + " has size: "+ size`'

Will display all the files names and their size.