Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2020 13:36:56 +0100
From:      Jon Schneider <freebsd@jschneider.net>
To:        questions@freebsd.org
Subject:   Re: sh scripting question
Message-ID:  <185BCC3D-EC07-4B7E-B3D9-55DD8AD7F79E@jschneider.net>
In-Reply-To: <72957D12-2A86-4F92-8E2D-091F88989ADF@itsp.co.uk>
References:  <24457.35680.223661.203846@jerusalem.litteratus.org> <72957D12-2A86-4F92-8E2D-091F88989ADF@itsp.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
The really robust methods use null separated file names such as from =
find =E2=80=A6 -print0 that can possibly be piped to xargs -0

For example

xargs -0 <null-seperated-filenameames.txt do something

Jon




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?185BCC3D-EC07-4B7E-B3D9-55DD8AD7F79E>