Filter kicks butt but I'm a noob and have never used it. This is what I would do. Yes a while loop.

var %t = $lines(info.txt), %ti = 1 | while (%ti <= %t) {
echo @info $gettok($read(info.txt,%ti),2-,32)
inc %ti
}