Date: Mon, 29 Sep 1997 08:15:17 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/sh miscbltin.c sh.1 Message-ID: <199709291515.IAA03010@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1997/09/29 08:15:17 PDT Modified files: bin/sh miscbltin.c sh.1 Log: Add the '-t timeout' option to the 'read' builtin. This allows the 'read' command to return an error if the user fails to supply any input withink a given time period. The behaviour of this option is similar to that of the like-named option in ksh93. Reviewed by: joerg Revision Changes Path 1.14 +63 -4 src/bin/sh/miscbltin.c 1.16 +9 -2 src/bin/sh/sh.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709291515.IAA03010>