How to Install cloc in Ubuntu 18.04



Install cloc by entering the following commands in the terminal:

sudo apt update
sudo apt install cloc

Description:

statistics utility to count lines of code

Count physical lines of source code in the given files (may be archives such as compressed tarballs or zip files) and/or recursively below the given directories. . Counts blank lines, comment lines, and physical lines of source code in many programming languages. It is written entirely in Perl, using only modules from the standard distribution.

Homepage: https://github.com/AlDanial/cloc

Version: 1.74-1

Section: universe/devel