Created
November 14, 2011 05:26
-
-
Save danbeam/1363312 to your computer and use it in GitHub Desktop.
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
$ cd chromium/src/chrome/browser/resources/ntp4/ | |
$ du -sh drag_wrapper.js apps_page.js bookmarks_page.js most_visited_page.js | |
4.0K drag_wrapper.js | |
28K apps_page.js | |
24K bookmarks_page.js | |
12K most_visited_page.js | |
$ ( du -sh drag_wrapper.js apps_page.js bookmarks_page.js most_visited_page.js | awk '{print $1}' | tr "K" "+" && echo 0 ) | xargs | bc | |
68.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment