📜  count symlink dir bash - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:55.339000             🧑  作者: Mango

代码示例1
find $directory -type d -printf d -o -type l -printf l -o -type f -links +1 -printf h -o -type f -printf f