Execute a command or pipe only for a given duration. # $Header: /CVSROOT/timeout/DESCRIPTION,v 1.3 2010-10-20 23:12:30 tino Exp $ # # $Log: DESCRIPTION,v $ # Revision 1.3 2010-10-20 23:12:30 tino # fork problem returns 210, child exec fail returns 127 (like bash) # # Revision 1.2 2008-11-02 00:13:56 tino # First version # Timeout is a complete rewrite of a program which I had before. It is used to restrict the time duration a program runs. Note that the "timeout" command which comes with Debian Etch is seriously broken, therefor I had to create this one here. Just call it as timeout [-v] [-signal[@seconds]...] seconds [-|program [args...]] Future (not yet implemented) plans: Examples: