For e.g., when I say ". .bashrc" on my linux command prompt, is there a corresponding binary/script that gets executed in place of the first dot? If the dot itself is a command, where is its location?
feedback
|
|
The
or
at the Bash prompt will give you some information. For more on how | |||||
feedback
|
|
Additionally I want to point out that you don't "execute" anything with it (in terms of fork/exec), which is very important (and probably the only reason '.' exists). | |||||
feedback
|
|
Also see this question on Server Fault. | |||
|
feedback
|