Difference between revisions of "Readlink"
Jump to navigation
Jump to search
(Created page with "{{lowercase}} readlink, readlinkat - read value of a symbolic link * https://man7.org/linux/man-pages/man2/readlink.2.html") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | readlink, readlinkat - read value of a [[symbolic link]] | + | <code>readlink, readlinkat</code> - read value of a [[symbolic link]] |
* https://man7.org/linux/man-pages/man2/readlink.2.html | * https://man7.org/linux/man-pages/man2/readlink.2.html | ||
+ | |||
+ | [[dirname]] -- "$( readlink -f -- "$0"; )"; | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[basename]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{ln}} | ||
+ | |||
+ | [[Category:Computing]] |
Latest revision as of 19:07, 20 June 2022
readlink, readlinkat
- read value of a symbolic link
dirname -- "$( readlink -f -- "$0"; )";
Related[edit]
See also[edit]
Advertising: