Sample Header Ad - 728x90

Identify (and delete) all .gif files with more than 1 frame in all subdirectories

1 vote
0 answers
222 views
I having the following linux command to identify all .gif files and list its frames in the active directory: identify -format '%n %i\n' -- *.gif Now I want to modify and expand the command to fullfil the following: 1. indentify just the .gif files with MORE than 1 frame 2. look also in all subdirectories (right now the command is just looking at the active directory) 3. a command to: a) list the identified files b) delete the identified files (more important)
Asked by w-f (11 rep)
Oct 10, 2016, 09:36 AM
Last activity: Oct 10, 2016, 11:45 PM