All pastes #2107198 Raw Edit

Untitled

public text v1 · immutable
#2107198 ·published 2012-01-28 23:53 UTC
rendered paste body
find -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/
[...]