How can you find all symbolic links to a given file / directory?
This previous question only applies to hardlinks (if I read correctly).
|
How can you find all symbolic links to a given file / directory? This previous question only applies to hardlinks (if I read correctly).
| |||
|
feedback
|
|
Use One drawback of this method is that it searches contents of links, not their expanded paths, so if you need to find relative links to absolute paths (if e.g. there are more than one file with same name) you need a more complicated script. Also you can use other apporoach: | ||||
|
feedback
|