Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Monday, 31-Jul-2023 20:13:45 JSTHaelwenn /элвэн/ :triskell: @a1ba @maksim And I'd say it's not that far off.
$ grep '#include "' src/cat.c | cut -d' ' -f2 | tr -d '"' | while read name; do find -name "$name"; done | xargs wc -l src/cat.c
805 src/cat.c
808 ./src/system.h
113 ./lib/alignalloc.h
134 ./lib/idx.h
108 ./src/ioblksize.h
30 ./src/die.h
71 ./lib/fadvise.h
34 ./lib/full-write.h
47 ./lib/safe-read.h
48 ./lib/xbinary-io.h
2198 total