Skip to content

Instantly share code, notes, and snippets.

@eshizhan
Created February 15, 2013 17:29
Show Gist options
  • Save eshizhan/4961923 to your computer and use it in GitHub Desktop.
Save eshizhan/4961923 to your computer and use it in GitHub Desktop.
filter file from a list, sort by size for installed file on dpkg
dpkg -L vim-runtime | xargs -i find {} -maxdepth 0 -type f | xargs ls -lSr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment