logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pdetach - execute detached processes

Author

pdetach was written by David Sugar <dyfet@gnutelephony.org>.

Description

       This  command  is  used  to  execute  processes  that  are  fully  detached from the shell and the user's
       controlling terminal.  Detached processes will not exit if the user logs out.  The stdio options  can  be
       manipulated to attach the process to another device or file.

Name

       pdetach - execute detached processes

Options

--error=path
              Set stderr for the detached process.

       --input=path
              Set stdin for the detached process.

       --output=path
              Set stdout for the detached process.

Reporting Bugs

Synopsis

args [stdiooptions]command [args...]

See Also