A shell script.. June 21, 2009 #!/bin/sh # wget "http://www.itunes.com/version?touchUpdate=true" -q -O -|grep iPod|grep ipsw|cut -d ">" -f 2|cut -d "<" -f 1|sort -u|grep Protect :D Read more