mirror of https://github.com/CrimsonTome/tldr.git
238 B
238 B
ldd
Display shared library dependencies. More information: https://manned.org/ldd.
- Display shared library dependencies of a binary:
ldd {{path/to/binary}}
- Display unused direct dependencies:
ldd -u {{path/to/binary}}