gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: File naming conventions


From: Dustin Sallings
Subject: Re: [Gnu-arch-users] Re: File naming conventions
Date: Mon, 18 Oct 2004 18:12:57 -0700


On Oct 18, 2004, at 17:40, Miles Bader wrote:

No. Think about it -- why would xargs have problems with whitespace? It uses newline-separated records as its input (so other whitespace is fine),
and it uses execv or whatever to invoke its command (which uses an argv
interface for arguments, and so has no problems with whitespace, or newlines
for that matter).

DESCRIPTION
The xargs utility reads space, tab, newline and end-of-file delimited arguments from the standard input and executes the specified utility with
     them as arguments.


--
Dustin Sallings





reply via email to

[Prev in Thread] Current Thread [Next in Thread]