Mathieu Malaterre <[EMAIL PROTECTED]> wrote:
> Package: coreutils
> Version: 5.2.1-2
> Severity: normal
>
> output of ls --quoting-style=c is incorrect when filename contains |
> (pipe) symbol.
>
> Steps:
>   mkdir /tmp/bla
>   touch "/tmp/bla/filename with | pipe"
>   ls --quoting-style=c /tmp/bla
>
> returns:
>
>  "filename with \| pipe"

Thanks for the report.
For the record, that seems not to have been a problem
with stock coreutils:

  $ mkdir ff && touch 'ff/aaa|b'
  $ ls --quoting-style=c ff
  "aaa|b"
  $ /coreutils-5.3.0/bin/ls --quoting-style=c ff
  "aaa|b"
  $ /coreutils-5.2.1/bin/ls --quoting-style=c ff
  "aaa|b"
  $


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to