Bash . (Dot Command): Executing a Script in the Current Shell
Learn how Bash's . (dot) command works and why it's different from running a script normally. Discover how to source files, share variables and functions, load configuration files, and build reusable Bash libraries with practical examples.