cloc

Count, and compute differences of, lines of source code and comments. More information: <https://github.com/AlDanial/cloc>.

Debian Debian
RUN apt-get update && \ apt-get install -y cloc
Ubuntu
RUN apt-get update && \ apt-get install -y cloc
Alpine
RUN apk add cloc
Arch Arch Linux
RUN pacman -S --noconfirm cloc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cloc
Fedora
RUN dnf install -y cloc
Raspbian
RUN apt-get update && \ apt-get install -y cloc
click the source code to copy install cloc on any operating system with command-not-found.com