Monday, January 13, 2014

find and mvtogether example


localhost:~ young$ find . -name "*.mp4" -print0 | xargs -0 -n1 -I '{}' mv -v '{}' /Volumes/Untitled\ 2/
./03.mp4 -> /Volumes/Untitled 2/03.mp4
./[ MP4 - 홈랜드(Homeland) - 시즌2 - 01화~12화(완) ]/Homeland.S02E01.HDTV.x264-EVOLVE.mp4 -> /Volumes/Untitled 2/Homeland.S02E01.HDTV.x264-EVOLVE.mp4
./[ MP4 - 홈랜드(Homeland) - 시즌2 - 01화~12화(완) ]/Homeland.S02E02.HDTV.x264-EVOLVE.mp4 -> /Volumes/Untitled 2/Homeland.S02E02.HDTV.x264-EVOLVE.mp4
./[ MP4 - 홈랜드(Homeland) - 시즌2 - 01화~12화(완) ]/Homeland.S02E03.PROPER.HDTV.x264-EVOLVE.mp4 -> /Volumes/Untitled 2/Homeland.S02E03.PROPER.HDTV.x264-EVOLVE.mp4
./[ MP4 - 홈랜드(Homeland) - 시즌2 - 01화~12화(완) ]/Homeland.S02E04.HDTV.x264-ASAP.mp4 -> /Volumes/Untitled 2/Homeland.S02E04.HDTV.x264-ASAP.mp4 

No comments:

Post a Comment