Same as before, you just add the n switch. :[/b])
$read(file.txt,n,12) <- reads the 12th line
$read(file.txt,nw,*blah*) <- reads the first line matching *blah*
$read(file.txt,ns,bla) <- returns the second word onwards from the first line with bla as the first word.