{ 9 comments }
physical path
UNIX Shell: Find Out Real Path Of File or Directory
by nixCraft on October 3, 2008 · 9 comments
My programs and scripts needs a real path and not a a symbolic link. How to I determine a real path of any directory under Linux / UNIX like operating systems? How do I remove references to /./, /../ and extra ‘/’ character in path?

