This commit is contained in:
Miloslav Ciz 2023-04-12 21:35:23 +02:00
parent de50ede083
commit d8b4463f7d
5 changed files with 22 additions and 16 deletions

2
loc.md
View file

@ -9,4 +9,4 @@ When counting lines, we need to define what kind of lines we count. We can eithe
- raw (physical) lines: every single one
- lines that actually "matter" (*logical* lines), e.g. excluding comments, blank lines etc.
A comfy tool for counting lines is [`cloc`](cloc.md).
A comfy tool for counting lines is [`cloc`](cloc.md), but you can also just use `wc -l` to count raw lines.