execline
Software
skarnet.org

The >&- program

>&- closes a given file descriptor, then executes a program.

Interface

     >&- fd prog...

>&- closes the file descriptor number fd, then execs into prog with its arguments.

Notes