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
```