34.3 Determining the Full UNIX Pathnames of Files

The standard ls(1) and pwd(1) commands show the full pathnames of the files on UNIX:

ls -l `pwd`/cmd.c
-rw-rw-r-- 1 allison mon 211 Feb 2 12:03 /proj/monet/src/cmd.c

ls -l `pwd`/monet.icon
-r--r--r-- 1 allison mon 266 Feb 3 20:17 /proj/monet/src/monet.icon

ls -l `pwd`/ralph_msg
-rw-rw-r-- 1 allison mon 852 Feb 3 20:40 /proj/monet/src/ralph_msg