有时我会看到以下命令:
find . -name * -exec ls -a {} \;
我被要求执行此操作。
{} \;这里是什么意思?
{} \;
command-line find
command-line ×1
find ×1