@ryandaniels @aearil Ty! I always get confused by symlinks. Shouldn't I link from youtube-dl to yt-dlp as target instead? Btw, I didn't know you can symlink commands, though it makes sense, being files too
ln -s
` and `cp -s
` both create symlinks.ln -s a b
` for symmetry with hardlinks and copies.@clacke @ryandaniels @aearil Thanks, very illustrative indeed! I hope I remember it next time I use it... :D