以下是什么意思?
find myDirectory -name myFile -exec ls \-ln {} \;
我看过这里但不完全理解
-exec command True if the executed command returns a zero value as exit status. The end of command must be punctuated by an escaped semicolon. A command argument {} is replaced by the current path name.
这部分-exec ls \-ln {} \;
我不清楚。
问候