Hi,
I have scripts 'a' and 'b' in a directory, say, /home/myhome. Now /home/myhome is not in the $PATH, so i have to invoke the script with the full path. script 'a' calls script 'b'. I can call it as /home/myhome/b inside 'a'. But tomorrow if i move the whole setup to, say, /home/yourhome, i...