[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Determinate the directory whithin a script



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paolo Pantaleo wrote:
> 2006/6/18, Paolo Pantaleo <paolopantaleo@gmail.com>:
>> I have a script in something like
>>
>> /media/sda1/backup/script.sh
>>
>> since sda1 could be also sda2 or anything, I want to determintate at
>> run-time what is the directory in which the script is located, how can
>> I do?
>>
>> pwd doesn't work, since I cuold call the script from some other direcotry
>>
>> Thnx
>> PAolo
>>
>> -- 
>> if you have a minute to spend please visit my photogrphy site:
>> http://mypic.co.nr
>>
> $0 is just the command line... maybe `pwd` + $0 could do the work...
> but not if the scipt is in the PATH...
> 
> I can't use udev... but maybe I'll read something about it
> 
> Well for now I will assume that the script is launched only from
> the directory in which it is located... it seems the easyer way.

How about something like:

$ scriptdir=$(/media/[hs]d[a-d][1-4]/backup/script.sh)

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is "common sense" really valid?
For example, it is "common sense" to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that "common sense" is obviously wrong.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEllgAS9HxQb37XmcRAhQlAKDaw3xquRPPbi5i1skShudK5BVdQQCdHv5A
saXb4+m/RGw/oKkpvwp6UxM=
=QlBU
-----END PGP SIGNATURE-----



Reply to: