diff --git a/tex/report.tex b/tex/report.tex index 15f48d5c..24ba8a1a 100644 --- a/tex/report.tex +++ b/tex/report.tex @@ -52,10 +52,10 @@ \begin{itemize} \item \ff{data/} is the collection of \ff{.csv} files with the data - (\iexec{find "${TARGET}/data" -type f -name '*.csv' | wc -l}\unskip{} total); + (\iexec{printf "\%'d" "$(find "${TARGET}/data" -type f -name '*.csv' | wc -l)"}\unskip{} total); \item \ff{github/} is the entire collection of - \iexec{find "${TARGET}/github" -type f -name '*.java' | wc -l}\unskip{} + \iexec{printf "\%'d" "$(find "${TARGET}/github" -type f -name '*.java' | wc -l)"}\unskip{} source files ``as is'' (\iexec{du -sh "${TARGET}/github" | cut -f1}\unskip{} total).