Wiki source for CommandSource
======Command source (.)======
====Name====
**source (.)** runs a script in the current shell
===Options===
**.** file
"source" the file as a script and runs it within the same shell.
"." is an alias for "source"
====Examples====
Example:
%%
. test.xsh
%%
%%
source test.xsh
%%
----
[[Commands]]
[[CategoryCommands]]
====Name====
**source (.)** runs a script in the current shell
===Options===
**.** file
"source" the file as a script and runs it within the same shell.
"." is an alias for "source"
====Examples====
Example:
%%
. test.xsh
%%
%%
source test.xsh
%%
----
[[Commands]]
[[CategoryCommands]]