|
发表于 2006-9-26 00:40:19
|
显示全部楼层
"./download" is to run the command "download" which is in the current directory.
the dot "." means the current directory.
this syntax is used when current directory is not in the $PATH.
when command "download" is in %PATH, the command can be directly executed by
"download"
the system will find its location. |
|