Is it possible to get the abolute path of the link that it is pointing to? Is there any simple system command?
I need for all of the following OS HP-UX 11i, 1123u, 1123i AIX 5.2 and 5.3 Suse Linux 10 Solaris 10
|
|
|
|
|
|
|
You didn't specify a language, so I assume you want a command that can be run in whatever shell you are using. The
on any SUS2 compliant machine (which should be all of the commercial UNIXes). This will have a problem if the file or the any of the directories leading up to the file have spaces though. |
|||
|
|
|
|
If you are looking for a system call, you want Here's an example of its usage, taken from the link given earlier:
If you're looking for a command line utility, it doesn't look like there is one standardized, but GNU (Linux) and BSD both have |
||
|