How can I convert relative symbolic links to absolute symbolic links recursively in bash?
ln -sf "$(readlink -f "$link")" "$link"