Skip to content

Instantly share code, notes, and snippets.

@allanjos
Created December 18, 2018 02:37
Show Gist options
  • Select an option

  • Save allanjos/2ebb5f1267589619232447e9c856b034 to your computer and use it in GitHub Desktop.

Select an option

Save allanjos/2ebb5f1267589619232447e9c856b034 to your computer and use it in GitHub Desktop.
FreeBSD dependencies from package
for f in `ldd jsonc-test | grep '=>' | sed $'s/\t//g' | sed 's/.*=> *//g' | sed 's/(.*//g'`; do echo $f; pkg which $f; done | grep 'was installed by' | sed 's/.*was installed by package *//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment