Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2003 21:30:18 -0700 (PDT)
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:    Re: bin/56558: [PATCH] locate(1) cannot be safely used with xargs(1)
Message-ID:  <200309120430.h8C4UIMS099856@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/56558; it has been noted by GNATS.

From: FUJISHIMA Satsuki <sf@FreeBSD.org>
To: Eugene Grosbein <eugen@grosbein.pp.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: bin/56558: [PATCH] locate(1) cannot be safely used with xargs(1)
Date: Fri, 12 Sep 2003 13:28:21 +0900

 command | tr '\n' '\0' | xargs -0 foo
 would work for any commands, not limited to locate(1).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309120430.h8C4UIMS099856>