Skip to content

Instantly share code, notes, and snippets.

@Sp1l
Created September 4, 2014 11:52
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 Sp1l/ede14d6c3519d92c2ff2 to your computer and use it in GitHub Desktop.
Save Sp1l/ede14d6c3519d92c2ff2 to your computer and use it in GitHub Desktop.
pkg query -g '%n-%v %dn-%dv' '*' | \
while read pkg dep ; do
[ "$pkg" != "$prev" ] && echo $pkg
echo "> $dep"
prev=$pkg
done > ${pkg_logs}/${datestamp}.pkg_tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment