1
0
mirror of https://github.com/sahinakkaya/til.git synced 2025-04-06 03:32:07 +02:00

TIL: Getting the actual path of a symbolic link

This commit is contained in:
Asocia 2021-08-22 12:32:50 +03:00
parent 27a7d85d04
commit c8b809fece

View File

@ -0,0 +1,3 @@
```
readlink -f /path/to/file
```