
22 Sep
2008
22 Sep
'08
6:48 p.m.
Scott McMurray wrote:
On Mon, Sep 22, 2008 at 14:14, Johan Råde <rade@maths.lth.se> wrote:
That sounds good, but how would it handle paths with "s in them?
$ touch '"' $ rm '"' rm: remove regular empty file `"'? y $ touch '\' $ rm '\' rm: remove regular empty file `\\'? y
~ Scott _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I don't know. I only have experience with Windows, where spaces are common and "s are not allowed in path names. It is a common convention on Windows to surround paths, that contain spaces, by quotes. How is this problem handled on Unix? --Johan Råde