Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Ilkka Virta Newsgroups: gnu.bash.bug Subject: Re: Add sleep builtin Date: Tue, 21 Aug 2018 11:22:10 +0300 Lines: 14 Approved: bug-bash@gnu.org Message-ID: References: <2801c537-6f5e-a727-49ab-7fb1bc8c32f8@case.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1534839750 8231 208.118.235.17 (21 Aug 2018 08:22:30 GMT) X-Complaints-To: action@cs.stanford.edu To: chet.ramey@case.edu, konsolebox , bug-bash Envelope-to: bug-bash@gnu.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 In-Reply-To: <2801c537-6f5e-a727-49ab-7fb1bc8c32f8@case.edu> Content-Language: en-US X-SASI-RCODE: 200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; h=subject:to:references:from:message-id:date:mime-version:in-reply-to:content-type:content-transfer-encoding; s=smtp; bh=nkqlkH6IZzjGCkZI7drzwIZio3+89merErFStiAipbk=; b=EGqW6zCtwPHAK3H94ekhC8HEQ3kLRVTDmfW9WGSq/OO7VaGbeTd287GEqXuO6B7mm9VXEsMmwSJgW3txAiN6Nv6kvv3ua/X1pcwIUmRDwFGa+4aUhl5cmSkN3/JD5ap6D7whzqC7n6QL563nP0UFmRkJGsB1XN5TdxJ9fEQjYUuOeRd/7eidw9w09L9PX78ooNHy/ZnJwENVHdqw9MaMLBGjGjJYww+yrSvWH6XiXQX8ozf14mZ6sugaxBDA3cfbb4PwhKXqgkJs+L7Hhll+6SLdeCTltFG2zkr80+sN7updTEA6Xs0g9IHy7VyhnbWIkGtRz4qa77ocVh1X2f2iwA== X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 157.24.2.213 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14517 On 21.8. 02:35, Chet Ramey wrote: > I don't think there's a problem with a `syntax conflict' as long as any > builtin sleep accepts a superset of the POSIX options for sleep(1). The sleep in GNU coreutils accepts suffixes indicating minutes, hours and days (e.g. sleep 1.5m or sleep 1m 30s for 90 seconds). I didn't see support for those in konsolebox's patch, so while that's not conflicting syntax per se, the lack of that option might trip someone. -- Ilkka Virta / itvirta@iki.fi