execline
Software
skarnet.org

The unexport program

unexport removes a variable from the environment, then executes a program.

Interface

     unexport var prog...

unexport removes the var variable from the environment, then execs into prog with its arguments.

Notes