The most common way this is used is to reload edits that you make to a resource
file -- like .profile -- into the current shell.
$> . .profile
or
$> . .bashrc
HTH,
- Travis.
Tommy Nordgren <[EMAIL PROTECTED]> wrote:
On 18 okt 2006, at 22.47, [EMAIL PROTECTED] wrote:
On 18 okt 2006, at 22.47, [EMAIL PROTECTED] wrote:
Hi all,
Just want to know what really is the difference when running a
script as
. myscript or simply myscript, i.e. the first one with a dot
infront of it and
the other one without a dot.
Or does it matter only when invoking the scrip
On Thu, 19 Oct 2006 09:47:37 +1300
[EMAIL PROTECTED] wrote:
> Hi all,
>
> Just want to know what really is the difference when running a script as
>
> . myscript or simply myscript, i.e. the first one with a dot infront of it and
> the other one without a dot.
>
> Or does it matter only when in
Hi all,
Just want to know what really is the difference when running a script as
. myscript or simply myscript, i.e. the first one with a dot infront of it and
the other one without a dot.
Or does it matter only when invoking the script from within a script?
Any thoughts will be very much appre