base
└──────install
└──────setup
└───myfile
Suppose this is a part of my directory structure in Unix. Is there any difference between these two:
1)
base/setup$ myfile
2)
base/install$ ../setup/myfile
I was trying to install something, and the second gave me some library dependency errors. I thought that these two methods are the same. Why is not that so?
>" is not the redirection operator, I meant "base/setup>" as a command prompt. – Lazer Jul 30 '10 at 10:33