What does "" , ". ", ". . " represent while giving path?
Thus, we need to start with the current working directory and apply the navigation operations which are separated by the path separator again. In this case, the operation is ". ", which means: stay in the current folder. (Thus, one has to type . foo in order to execute foo in the current directory, if . is not in the path-variable).
more
|