[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ~.bashrc
The function you're looking for is called "sourcing" the file.
It can be done two ways.
1.) me@home:~>$ source <filename>
2.) me@home:~>$ . <filename> (dot {space} filename)
That will scan the file for valid shell syntax and incorporate the
results into your current session.
HTH,
Travis
On Sat, 2003-10-11 at 15:59, Harold Crouch wrote:
> Is there an easier way to force the Bash shell to re-scan ~.bashrc
> than logging out and logging back in?
>
> -
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.
--
Travis Owens <openbook@linuxmds.com>
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- References:
- ~.bashrc
- From: Harold Crouch <hcrouch@mchsi.com>