Tagged Questions

2
votes
3answers
477 views

What happens when I execute a unix shell script using a '.' command?

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? ...