bug-findutils
[Top][All Lists]
Advanced

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

[bug #29698] Correct and clarify documentation of xargs -d option


From: James Youngman
Subject: [bug #29698] Correct and clarify documentation of xargs -d option
Date: Fri, 30 Apr 2010 07:47:45 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2

Update of bug #29698 (project findutils):

                  Status:                    None => Need Info              
             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #1:

But quotes *are* special:

~$ cat sample.txt 
"hello world" foo bar
~$ xargs -n1 echo arg < sample.txt 
arg hello world
arg foo
arg bar


I'm not sure I understand what you are trying to say about backslashes and
the shell.   

If you are talking about backslashes in the input, they are not special, as
specified by this text:
<<
-d delim
Input items are terminated by the specified  character.   Quotes and 
backslash  are not special; every character in the input is taken literally.
>>

If you are talking about backslashes within delim, then this is specified by
this text:
<<
The specified delimiter may be a single character, a  C-style  character 
escape such as n, or an octal or hexadecimal escape code.  Octal and
hexadecimal escape codes are understood as for the printf command.
>>


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29698>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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