On Jun 18, 2015, at 4:07 AM, Gustaf Neumann wrote: > another common pattern is to use > > foreach file [exec find -L $path -type f -name $pattern] { > ... > } > > which is straight-forward to be tailored for a wide range of > usage scenarios fs-traverse should be used instead of using the find executable.