Hi unix gurus,
Is there a way to get the complete path of a file.
ie say my pwd is /root/mydir
>> pwd
>> /root/mydir
>> ls ../myfile.xls
is there any function that you take ../myfile.xls as input and return /root ?
Any suggestions in the right direction are welcome
Thanks
Philipose
Is there a way to get the complete path of a file.
ie say my pwd is /root/mydir
>> pwd
>> /root/mydir
>> ls ../myfile.xls
is there any function that you take ../myfile.xls as input and return /root ?
Any suggestions in the right direction are welcome
Thanks
Philipose