I was wondering if there's a known reason behind the use of .. to represent the parent of the current directory in most operating systems.
The reason I ask this question is because I think that the colon character (:) could have been a better idea instead. For one, it uses one character less. Also, it can visually represent the concept of "the directory above this directory", since a colon is a dot above a dot, and a dot represents a directory.
But whether you agree with me or not, I'm just curious about the history of .. in operating systems. That's all.