How can I list files with their absolute path in linux?

Posted by Jiltin     Tags: , 26 June, 2009    4,325 views    (0) Comment

Very interesting one for me whenever I use the ultra edit, I need to provide a complete linux path file name to it. Whenever I list files in unix I always get the file in current directory. Here is the method I use to find the complete file path to process. [bcompiler]# ls -ltr -rwxr-xr-x 1 root root 206 Jul 22 2002 Makefile.in.old -rw-r–r– 1 root root 0 Jul 22 2002 EXPERIMENTAL -rwxr-xr-x 1 root root 333 Jul 22 2002 config.m4.old However, I want to get the complete Read Full Article (Click here)...

Categories : Scripts Unix Tags : ,