Re: Need blocking /dev/null

Tim Walberg (twalberg@mindspring.com)
Fri, 2 Nov 2001 14:46:04 -0600


--f61P+fpdnY2FZS1u
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I think that

find / -name foo 2>&-

should do the trick (under ksh, anyway, and
probably zsh or bash as well). Csh variants
IIRC don't have the concept of closing a
file descriptor...

tw

>>=09
>> The initial question was how to do
>>=09
>> find / -name foo 2> /dev/null=20
>>=09
>> or similar if /dev/null is not present. (Eat is a place holder for a
>> imaginary progrom acting as /dev/null replacement).
>>=09
>> I guess=20
>>=09
>> find / -name foo 2>/dev/stdout 1>/dev/stderr | eat
>>=09
>> would (kinda) work, but it fails if you want to do
>>=09
>> find / -name foo 2> /dev/null | less
>>=09
>> Can be done with named pipes, though.
>>=09
>>=09
>> -- v --
>>=09
>> v@iki.fi
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" =
in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
End of included message

--=20
+--------------------------+------------------------------+
| Tim Walberg | twalberg@mindspring.com |
| 830 Carriage Dr. | www.concentric.net/~twalberg |
| Algonquin, IL 60102 | |
+--------------------------+------------------------------+

--f61P+fpdnY2FZS1u
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.1i

iQA/AwUBO+MGCsPlnI9tqyVmEQKIUQCeOCga8wGJsn3RTVkMQ+eXpiX8QJIAnjlQ
xToXQYxQqC+6mU4ZRvv+AIOi
=Bn6+
-----END PGP SIGNATURE-----

--f61P+fpdnY2FZS1u--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/