.SEGMENT WORD ? ? "something"is internally stored like e.g.
.SEGMENT WORD 0:0-10:18 OK "something"
upread file.dat -l WORD -s '*an*' -o file2.dat uni2animgif file.dat -l WORD -s '*an*' -o file.gif unipen2eps file.dat -l WORD -s '*an*' -o file.epsWill all result in a file with words from 'file.dat' containing the sub-string 'an'.