Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2003 20:50:27 -0700 (PDT)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/57024: a new option for xargs(1) -- only treat \n as separators
Message-ID:  <200309200350.h8K3oRvR065206@freefall.freebsd.org>

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

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com
Cc:  
Subject: Re: bin/57024: a new option for xargs(1) -- only treat \n as separators
Date: Sat, 20 Sep 2003 05:49:36 +0200

 How about:
   tar -t some.tar | tr '\n' '\000' | xargs -0 ls -l
 
 



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