til/core-utils/getting-the-actual-path-of-a-symbolic-link.md

4 lines
38 B
Markdown
Raw Normal View History

```bash
readlink -f /path/to/file
```