Forrest logo
back to context overview

source

List of commands for source:

  • source:tldr:e2a63 source: Evaluate contents of a given file (alternatively replacing `source` with `.`).
    $ . ${filename}
    try on your machine
    explain this command
  • source:tldr:e5561 source: Evaluate contents of a given file.
    $ source ${filename}
    try on your machine
    explain this command
back to context overview