Next Welcome to my ~/bin 5

Idioms: "Background"

        if (fork) {
          # I am the parent
        } else {
          # I am the child
        }

continued...


Next Menu Copyright © 2005 M. J. Dominus