Skip to content

Instantly share code, notes, and snippets.

@sagax
Created September 26, 2018 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagax/8d64cfc6715517e13ce15c3f96706f8c to your computer and use it in GitHub Desktop.
Save sagax/8d64cfc6715517e13ce15c3f96706f8c to your computer and use it in GitHub Desktop.
get ldd list in short format
ldd "$1" | awk '/=>/{sub(/\.so\.[0-9]{0,}$/, "", $1); print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment