Created
December 18, 2018 02:37
-
-
Save allanjos/2ebb5f1267589619232447e9c856b034 to your computer and use it in GitHub Desktop.
FreeBSD dependencies from package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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