From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 8 04:30:47 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E8A16A50A for ; Fri, 8 Oct 2004 04:30:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7709343D45 for ; Fri, 8 Oct 2004 04:30:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i984UhsO046513 for ; Fri, 8 Oct 2004 04:30:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i984Uh5b046512; Fri, 8 Oct 2004 04:30:43 GMT (envelope-from gnats) Date: Fri, 8 Oct 2004 04:30:43 GMT Message-Id: <200410080430.i984Uh5b046512@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ryan Sommers Subject: Re: bin/72355: Can't run "strings" on a (disk) device, even if you want to X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ryan Sommers List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 04:30:48 -0000 The following reply was made to PR bin/72355; it has been noted by GNATS. From: Ryan Sommers To: freebsd-gnats-submit@FreeBSD.org, beyssac@bofh.enst.fr Cc: Subject: Re: bin/72355: Can't run "strings" on a (disk) device, even if you want to Date: Thu, 07 Oct 2004 23:28:56 -0500 According to POSIX: "The /strings/ utility shall look for printable strings in regular files and shall write those strings to standard output." From the looks of it strings isn't supposed to work on devices. Depends on how literally you take "regular files" to mean. -- Ryan Sommers ryans@gamersimpact.com