79259226

Date: 2024-12-06 20:00:02
Score: 0.5
Natty:
Report link
find . -type l -exec bash -c 'realpath=$(readlink -f "{}"); cp -r --remove-destination "$realpath" "{}"' \;

Worked for me

Reasons:
  • Whitelisted phrase (-1): Worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Felipe Marra