答案 0 :(得分:0)
您可以尝试这些选项,看看最适合您的需求。
伪码:
#!/usr/bin/bash
find . -type l -ls
#To only process the current directory:
#find . -maxdepth 1 -type l -ls
更多查找列出dir中符号链接的命令:
find -L /dir/to/start -xtype l -samefile ~/Pictures 2>/dev/null.
find / -lname /path/to/original/dir