Created
August 18, 2015 19:15
-
-
Save gomezhyuuga/248b546a6f75d8c755cd to your computer and use it in GitHub Desktop.
Using find to get files with large size
This file contains 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
~ ❯ find $HOME -type f -size +100M -ls ⏎ | |
8499958 1627136 -rw------- 1 gomezhyuuga staff 833093632 7 jul 20:30 /Users/gomezhyuuga/.docker/machine/machines/dev/disk.vmdk | |
1684221 745376 -rw------- 1 gomezhyuuga staff 381631488 26 mar 10:46 /Users/gomezhyuuga/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-trusty64/14.04/virtualbox/box-disk1.vmdk | |
1684056 626280 -rw------- 1 gomezhyuuga staff 320654336 26 mar 10:38 /Users/gomezhyuuga/.vagrant.d/boxes/vagrantup_ubuntu_precise_64/0/virtualbox/box-disk1.vmdk | |
2967550 3138944 -rw------- 1 gomezhyuuga staff 1607139328 13 may 04:12 /Users/gomezhyuuga/.vboxes/ubuntu_default_1429628190602_10544/box-disk1.vmdk | |
3728730 1813816 -rw-r--r-- 1 gomezhyuuga staff 928670754 27 abr 01:39 /Users/gomezhyuuga/Desktop/Torrents/Big_Buck_Bunny_1080p_surround_frostclick.com_frostwire.com/Big_Buck_Bunny_1080p_surround_FrostWire.com.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment