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

timelimit.netpipes - limit execution time of foreground tasks

Author

       Robert Forsman
        thoth@purplefrog.com
        Purple Frog Software
        http://web.purplefrog.com/~thoth/

                                                February 12, 1998                                   TIMELIMIT(1)

Bugs

       Find 'em.  Send 'em in.  I'll teach them to gnaw on my code!

Credits

       Francis  Liu  <fxl@pulse.itd.uts.edu.au>  suggested  that I modify timelimit so that it doesn't SEGV when
       invoked with no arguments.

Description

timelimit.netpipes is used to limit the amount of foreground wallclock time a process consumes.  Once the
       time limit expires, timelimit.netpipes will kill the process, unless -nokill had been specified.

       -v adds some diagnostic messages.

Examples

       remote$  timelimit.netpipes 5m faucet 3000 --out cat time-sensitive-info

Name

       timelimit.netpipes - limit execution time of foreground tasks

       netpipes 4.2

See Also

netpipes(1)

Synopsis

timelimit.netpipes [ -v ] [ -nokill ] timecommandargs

See Also