Skip to content

Commit

Permalink
#185 show numbers right, in .tex
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 3, 2024
1 parent 971664b commit 229f2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/report.tex
Expand Up @@ -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).
Expand Down

0 comments on commit 229f2b9

Please sign in to comment.