Untitled
public text v1 · immutablefind -L /media/all/movies/ -type l -delete
find /media/1/movies/ -mindepth 1 -maxdepth 1 -type d | awk '{system("echo ln -s "$1" /media/all/movies/`echo "$1" | cut -d \"/\" -f 5`")}'
find /media/2/movies/ -mindepth 1 -maxdepth 1 -type d | awk '{system("echo ln -s "$1" /media/all/movies/`echo "$1" | cut -d \"/\" -f 5`")}'
find /media/3/movies/
[...]