Quote:
|
'./' will take you back a directory i believe
|
Just for the record, this assumption is false.
./ means "in this directory"
../ means "up 1 directory"
the ./ is historically coming from unixes computers. The executable are not searched in the current directory, so to specify we want to run a program in the directory we are, ./myprogram must be typed.
This is still the case today in linux/bsd/osx in terminals
__________________
Listen to the ducky: "This is awesome!!!"
Last edited by tripy : 08-17-2007 at 05:27 PM.
|