It's a type of Planche
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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