execline
Software
skarnet.org

The cd program

cd changes the current working directory to a given directory, then executes a program.

Interface

     cd dir prog...

cd performs a chdir() system call on dir, then execs into prog....

Notes