j
k
j a
j l
Kiran Agashe wrote:
Or is there any alternative way this can be done in a csh script? i.e. I have a relative path stored in a variable, and I want to extract absolute path from it.
Try:
ABC=/my/relative/path DEF=`pwd`${ABC}
Manish
Back to the thread
Back to the list