Shell question
- From: "gundsawada" <rajivrnair@xxxxxxxxx>
- Date: 29 May 2006 12:26:38 -0700
I have a question...
Suppose I have a shell script (say script.sh) in /var/tmp/, what is the
difference between the following commands?
$ cd /var/tmp
$ . script.sh
--------------------------------------------
$ cd /var/tmp
$ . ./script.sh
---------------------------------------------
$ . ./var/tmp/script.sh
Thanks,
Rajiv
.
- Follow-Ups:
- Re: Shell question
- From: Logan Shaw
- Re: Shell question
- Prev by Date: Tar question
- Next by Date: Re: Tar question
- Previous by thread: Tar question
- Next by thread: Re: Shell question
- Index(es):