LinuxCommandLibrary

source

source

TLDR

Evaluate contents of a given file

$ source [path/to/file]
copy


Evaluate contents of a given file (alternatively replacing source with .)
$ . [path/to/file]
copy

Copied to clipboard