Jump to content

Source (command)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tisane (talk | contribs) at 01:23, 28 June 2010 (Created page with ''''Source''' is a Unix command that evaluates a file or resource as a Tcl script.<ref>http://linux.about.com/library/cmd/blcmdln_source.htm</ref> When a [[r...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Source is a Unix command that evaluates a file or resource as a Tcl script.[1] When a return statement is reached, the script ends. Some bash scripts should be run using the source your-script syntax, e.g., if they contain a change directory (cd) command and the user intends that he be left in that directory after the script is complete.

References