It's a type of Planche
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

find_symlinks_by_destination.sh 135B

1234
  1. #!/usr/bin/env bash
  2. # Find the symlink in /dev/disk/by-id that points to /dev/sdd
  3. find -L /dev/disk/by-id -xtype l -samefile /dev/sdd