Posted in Command Line, Linux Convent Ico to Gif Binny V A May 26, 2008 Leave a Comment on Convent Ico to Gif This will convert all the ico files in the folder to gif. It uses the final frame of the ico file to create the gif. for i in *.ico; do convert `mogrify -identify i|awk '{print1}'|tail -n1` $i.gif; done Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.