Created
February 15, 2013 17:29
-
-
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
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
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