仅列出 /test 目录下的所有目录,请写出完整命令


ls /test

find /test -type d | xargs ls -ld


note: xargs 有些命令管道符没有用则可以用它