Now how about converting "yow.lines" so that individual lines are terminated with a return rather than a null character so that I can stick the file into bugzilla's quips. Chip Atkinson wrote: > > You could use sed. For example, > sed -e "s/ *$//" > This works in the test that I just ran. > > Chip