The osx command: ln -sfh /a/b /c/d
Fails in ubuntu since h is not a valid option
What's the equivalent command options?
-n is used in GNU to prevent dereferencing symlinks
-n
ln -sfn /a/b /c/d