sed


        Using the file foo.sed:

                : a
                s/.*/Hello World!/
                p
                t a

        execute:

                echo '.' | sed -f foo.sed


submitted by: chongo@prime.corp.sgi.com Landon Curt Noll