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: Sun, 15 May 2011 17:43:27 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

Update of bug #29698 (project findutils):

                  Status:                    None => Fixed                  

    _______________________________________________________

Follow-up Comment #4:

I've updated the manpage like this:

Input  items  are  terminated  by  the specified character.  The
specified delimiter may be a single character, a C-style charac‐
ter  escape  such as n, or an octal or hexadecimal escape code.
Octal and hexadecimal escape codes are  understood  as  for  the
printf  command.   Multibyte characters are not supported.  When
processing the input, quotes and backslash are not special;  ev‐
ery  character  in  the input is taken literally.  The -d option
disables any end-of-file string, which is treated like any other
argument.   You  can  use this option when the input consists of
simply newline-separated items, although  it  is  almost  always
better to design your program to use --null where this is possi‐
ble.

    _______________________________________________________

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]