From owner-cvs-bin Mon Sep 29 08:21:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA16177 for cvs-bin-outgoing; Mon, 29 Sep 1997 08:21:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA16141; Mon, 29 Sep 1997 08:20:39 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA03010; Mon, 29 Sep 1997 08:15:17 -0700 (PDT) Date: Mon, 29 Sep 1997 08:15:17 -0700 (PDT) Message-Id: <199709291515.IAA03010@freefall.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 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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