remove broken symlinks 19 May 2024 #cli # find $ find . -xtype l -delete -print -delete # fd $ fd . -L --type l -x rm -v