Update
This commit is contained in:
parent
de50ede083
commit
d8b4463f7d
5 changed files with 22 additions and 16 deletions
2
loc.md
2
loc.md
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue