Gentoo Archives: gentoo-user

From: Patrick Holthaus <patrick.holthaus@×××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xargs and rm funkiness
Date: Sat, 22 May 2010 07:49:19
Message-Id: 3157_1274514549_ZZgsZ1ska_rQq.00_201005220949.07976.patrick.holthaus@uni-bielefeld.de
In Reply to: [gentoo-user] xargs and rm funkiness by Daniel D Jones
1 Hey!
2
3 On Saturday 22 May 2010 03:49:49 Daniel D Jones wrote:
4 > Running the command:
5 >
6 > find -name *.ext | xargs -0 rm
7
8 You might try:
9
10 find -name *.ext -print0 | xargs -0 rm
11
12 Cheers
13 Patrick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] xargs and rm funkiness Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)