Skip to content
Prev 11259 / 63468 Next

R 1.8.1 ./configure with "," in working directory (PR#5536)

wolfram@fischer-zim.ch wrote:

            
What makes you think ';' cant be used in a pathname?

$ mkdir 'foo;bar'
$ ls -l
total 4
drwxr-xr-x    2 rowlings baz          4096 Dec  5 10:01 foo;bar

I think the only (printable ascii) character not allowed in Unix 
pathnames is '/'.

Barry