source
Execute commands from a file in the current shell.
- Evaluate contents of a given file:
source {path/to/file}
- Evaluate contents of a given file (alternatively replacing `source` with `.`):
. {path/to/file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).