• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quick easy *nix question

dabuddha

Lifer
Just want to confirm this but does an extra "/" in directory names have any effect?

such as:

cd //etc/

ll //root

TIA 🙂
 
hmm, I didn't even think that was correct syntax. No, I don't believe it changes anything other then the way the directory is displayed (I could be wrong though)
 
Not as far as I can tell but bash might be cleaning it up for me, / isn't a valid character in filenames so there's no chance of you needing to use it for anything except directory separators.

I just wrote a quick C program to test it and it worked with /tmp//////somefile too so I don't think it matters at all.
 
Back
Top