M
mathieu
Hi
I was struggling with a weird path. So I decided to use a fancy
option in ls to help me out. But I think the output is incorrect.
Steps:
mkdir /tmp/bla
touch "/tmp/bla/filename with | pipe"
ls --quoting-style=c /tmp/bla
returns:
"filename with \| pipe"
I do not think escaping | is correct in C.
Comments ?
-Mathieu
I was struggling with a weird path. So I decided to use a fancy
option in ls to help me out. But I think the output is incorrect.
Steps:
mkdir /tmp/bla
touch "/tmp/bla/filename with | pipe"
ls --quoting-style=c /tmp/bla
returns:
"filename with \| pipe"
I do not think escaping | is correct in C.
Comments ?
-Mathieu