comm <(ls /folder_name/) <(ls folder_name)
comm -23 <(ls /Volumes/Transcend_Blue/Pictures/) <(ls /Volumes/Multimedia/Pictures/Sorting/) >> missing.txt
show only missing files from 1 folder and save to list
comm -23 <(ls /Volumes/Transcend_Blue/Pictures/) <(ls /Volumes/Multimedia/Pictures/Sorting/) >> missing.txt
show only missing files from 1 folder and save to list
No comments:
Post a Comment