execline
Software
skarnet.org

The >& program

>& moves or copies a given file descriptor, then executes a program.

Interface

     >& [ -c ] fdto fdfrom prog...

>& moves the file descriptor number fdfrom, to number fdto, then execs into prog with its arguments. If fdto is open, >& closes it before moving fdfrom to it.

Options

Notes