ok not quite sure i follow ya here %f is my text file?
alias ext {
var %x = 1, %f = $$1-, %l = $lines(%f)
while (%x <= %l) {
if ($gettok($read(%f,%x),2,46)) inc $+(%,$v1)
inc %x
}
}
so i type /ext .jpg pics.txt?