How to source a file with part of its absolute path? (bash)



Hi,

Suppose /a is in $PATH and I have a file /a/b/c.sh to source.

It seems that bash would not source the file, if I use the following
command. Is there any way to source a file with relative path to some
dir in $PATH.

.. b/c.sh

Thanks,
Peng
.