KILL_ALL_SYMLINKS_RECURSIVELY_HERE 60 B

12345
  1. #!/bin/bash
  2. # find . -lname -delete
  3. find -type l -delete