Skip to content

Commit

Permalink
#185 printf removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 3, 2024
1 parent b44e5de commit d1fe9d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tex/report.tex
Expand Up @@ -51,11 +51,12 @@

\begin{itemize}

% printf doesn't work here
\item \ff{data/} is the collection of \ff{.csv} files with the data
(\iexec{printf "\%'d" "$(find "${TARGET}/data" -type f -name '*.csv' | wc -l)"}\unskip{} total);
(\iexec{find "${TARGET}/data" -type f -name '*.csv' | wc -l}\unskip{} total);

\item \ff{github/} is the entire collection of
\iexec{printf "\%'d" "$(find "${TARGET}/github" -type f -name '*.java' | wc -l)"}\unskip{}
\iexec{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 d1fe9d8

Please sign in to comment.