Next Unix Command Internals 21

Why Share File Pointers?

        #!/bin/sh
        echo "I like pie.";
        echo "Especially blackberry.";
        ./pie > piefile



Next Copyright © 2002 M. J. Dominus