From owner-freebsd-questions Fri Jan 12 9: 8:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from groggy.anc.acsalaska.net (groggy.anc.acsalaska.net [198.70.228.224]) by hub.freebsd.org (Postfix) with ESMTP id 5FE4A37B698 for ; Fri, 12 Jan 2001 09:08:07 -0800 (PST) Received: (from abc@localhost) by groggy.anc.acsalaska.net (8.9.3/8.9.3) id RAA35148 for "freebsd-questions" ; Fri, 12 Jan 2001 17:07:51 GMT (envelope-from abc@groggy.anc.acsalaska.net) Date: Fri, 12 Jan 2001 17:07:51 GMT From: Abc Xyz Message-Id: <200101121707.RAA35148@groggy.anc.acsalaska.net> X-Authentication-Warning: groggy.anc.acsalaska.net: abc set sender to abc@groggy.anc.acsalaska.net using -f Subject: grep & /dev/null X-Mailer: Umail v1.7 (FreeBSD) To: "freebsd-questions" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is it ok for $ grep 1>/dev/null 2>&- STRING FILES to work, and for $ grep 1>&- 2>&- STRING FILES to fail on syntax? the 1>&- construct works fine for all other utilities i have used it with, but crashes grep for some reason only. thanks, please ditto any answers off the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message