Timeline for unix, difference between path starting with '/' and '//'
Current License: CC BY-SA 3.0
        6 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:36 | history | edited | CommunityBot | 
        
            
             
                
                    replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/ 
                
             
        
     | 
|
| Sep 29, 2016 at 16:15 | comment | added | Gilles 'SO- stop being evil' | 
        
            
    @trysis Nor do zsh, ksh, pdksh, dash, hush, … Of the shells commonly found on Linux, bash is the only one that preserves a leading //.
        
     | 
|
| Sep 29, 2016 at 15:02 | comment | added | trysis | 
        
            
    For the record, fish does not do this. If you run cd //; pwd, or fish -c 'cd //; pwd', you get /, and if you run the former with a default prompt, the prompt has just 1 slash.
        
     | 
|
| Oct 29, 2015 at 20:49 | comment | added | G-Man Says 'Reinstate Monica' | 
        
            
    Interesting; when I do bash -c 'cd //; /bin/pwd', I get //.  Cygwin (8.23-4) with bash version 4.1.17(9)-release and pwd (GNU coreutils) 8.23.  Even more surprising, I still get // if I do /bin/pwd -P.
        
     | 
|
| May 24, 2011 at 10:23 | vote | accept | Shum | ||
| Apr 29, 2011 at 10:11 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |