In what OS did the use of the '.' first mean 'the current directory' ?
i would guess dot = point = current target. but that's just my guess.
I believe its because '..' meant one directory up, so '.' was used for the current directory, which explicitly states to only look in the current directory, rather than the path.
In what OS did the use of the '.' first mean 'the current directory' ?
I think it was Unix (still trying to find the reference) Actually, it might be Multics (a project started in 1964), the first operating system to provide a hierarchical file system:
I think that Multics was the first to provide a hierarchical file system. The influence of that innovation can be found in virtually every modern operating system, including Unix, Mac OS, DOS and Windows. [JHS]
But I'm still trying to find the reference for the one period and two periods pointers.