Example 1: Add a "Totals" column.The first step is to run cloc and save the output to a relational database, SQLite in this case:cloc --sql 1 --sql-project x yaml-cpp-yaml-cpp-0.5.3.tar.gz | sqlite3 counts.db (the tar file comes from the YAML-C++ project)....