From owner-freebsd-hackers Wed Jul 23 18:04:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA27699 for hackers-outgoing; Wed, 23 Jul 1997 18:04:34 -0700 (PDT) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA27694 for ; Wed, 23 Jul 1997 18:04:30 -0700 (PDT) Received: (from karpen@localhost) by ocean.campus.luth.se (8.8.5/8.8.5) id DAA23941 for hackers@freebsd.org; Thu, 24 Jul 1997 03:08:27 +0200 (CEST) From: Mikael Karpberg Message-Id: <199707240108.DAA23941@ocean.campus.luth.se> Subject: Missing binaries in 2.2.2? To: hackers@freebsd.org Date: Thu, 24 Jul 1997 03:08:26 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! I was waiting for a compile to finish, and thought I'd try and make it beep me when done, so I though "There has to be a wait command, right?" and did "man wait" and yes, there was. Great! To the prompt! karpen> wait 222 ; echo ^G wait: Too many arguments. karpen> where wait wait is a shell built-in command karpen> locate wait [... long list or man pages, etc ...] karpen> locate bin/wait karpen> mail hackers@freebsd.org ;-) Er... Anybody seen a lost wait command?! :-) /Mikael