snippets/old_snippets/file-search-plus-size.en.md

550 B

title date draft snippet_types
file search plus size 2020-07-02T10:09:24+02:00 false
fd
du

How big are the fonts in this project? Not sure where they are even. This command finds the files using fd then prints file size.

$ fd woff | xargs du -h
 20K    src/assets/fonts/brandon_text_medium.woff2
 20K    src/assets/fonts/brandon_text_regular.woff2
 20K    src/assets/fonts/chronicle_light.woff2
 20K    src/assets/fonts/chronicle_roman.woff2
4.0K    types/woff
4.0K    types/woff2