execline
Software
skarnet.org

The <> program

<> swaps two file descriptors, then executes a program.

Interface

     <> fd1 fd2 prog...

<> swaps file descriptors numbered fd1 and fd2, then execs into prog with its arguments.

Notes