Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 3
    Just a note about some of the answers below: "command" is the ONLY safe way to accomplish this. For example, the "." or "source" built-in maybe be overridden by a script-defined function. "command ." or "command source" is the only way to safely execute source without the script-defined function being invoked instead. None of the other alternatives, including the backslash method "\.", work, and of course there is no "/bin/source" alternative that you can invoke by specifying a full path. Commented Jun 17, 2015 at 18:46