From owner-freebsd-questions@FreeBSD.ORG Sun May 15 02:19:54 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A31D106564A for ; Sun, 15 May 2011 02:19:54 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5048C8FC08 for ; Sun, 15 May 2011 02:19:53 +0000 (UTC) Received: by vws18 with SMTP id 18so3442052vws.13 for ; Sat, 14 May 2011 19:19:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=0lImJb2OeI24lhzpx//KT/NSP+1YlT1KBPk1Tu3Vfp8=; b=emZ2fhaIyjV7AU1hJksrnIbI+6Yk8xL55VRMrhTRf94ZT3/dB8jMCwIKPHNS0v4oIf eE+CeUc2lVKsgBd3hy+QX2HmF04M4XoHJfGsvJrrN8qN3fkOIBgVHmCAC9cXVyPSJ9/r FEKEWxowxB1fJi6gsSp/ECGH19u48/ptbxDnA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=szNk31BPDaT6bCDkM2478ZL807p2gZWtPnGpindBYn1AmBjBsw2tv1ZNvd+eOao5GY nVeA/IwJAs5iw56j8foPEGUnDb+aOW02m7v4MaphJCJtPExErmcnwxisAiy8UBolZkzg aVPgyUCcfQ1hpbqyBjFQtcNmrTnjwaLLk9kZo= Received: by 10.52.175.6 with SMTP id bw6mr4190683vdc.210.1305425993082; Sat, 14 May 2011 19:19:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.110.42 with HTTP; Sat, 14 May 2011 19:19:23 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Sat, 14 May 2011 22:19:23 -0400 Message-ID: To: Walt Pawley Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions , Modulok Subject: Re: Piping find into tar... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2011 02:19:54 -0000 > | while read X; do ; done > often gets around many of the problems. But causes way more. I suggest you read http://www.dwheeler.com/essays/filenames-in-shell.html and http://www.dwheeler.com/essays/fixing-unix-linux-filenames.html > -- > > Walter M. Pawley > Wump Research & Company > 676 River Bend Road, Roseburg, OR 97471 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 541-672-8975 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > --=20 Eitan Adler