find
Inside file name pattern you may use glob expressions:
*
?
[abcd]
[!ab]
[a-zA-Z]
[]
You may separate several patterns using | e.g. *.java|*.xml
|
*.java|*.xml
root, joe, jenny
owner | group | others r w x | r w x | r w x 4 2 1 | 4 2 1 | 4 2 1
4000
2000
1000
ago
\0
When you specify command you must escape any shell special characters using single quotes (') or backslash (\).
'
\
Inside command you may use {} as a placeholder that will be substitued by actual file name before command execution.
{}
{{vm.command}}