Query: timed-process
OS: debian
Section: 1p
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIMED-PROCESS(1p) User Contributed Perl Documentation TIMED-PROCESS(1p)NAMEtimed-process - Run background process for limited amount of timeSYNOPSIStimed-process [-e exit_status] timeout command [<arg> [<arg> ...]]DESCRIPTIONThis script runs command for a specified amount of time and if it doesn't finish, it kills the process. If command runs and exits before the given timeout, timed-process returns the exit value of command. If command did not exit before timeout seconds, then timed-process will kill the process and returns an exit value of 255, unless the -e command line option is set, which instructs timed-process to return a different exit value. This allows the user of timed-process to determine if the process ended normally or was killed. perl v5.10.0 2009-07-06 TIMED-PROCESS(1p)
| Related Man Pages |
|---|
| sv(8) - debian |
| timedc(8) - netbsd |
| timed(8) - osf1 |
| timedc(8) - osx |
| in.timed(1m) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |