mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 17:35:34 +02:00
SImplify directory tokens.
This commit is contained in:
parent
80a67a17aa
commit
88efafaf97
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
- Count all the lines of code in a directory:
|
- Count all the lines of code in a directory:
|
||||||
|
|
||||||
`cloc {{/path/to/base/directory}}`
|
`cloc {{directory}}`
|
||||||
|
|
||||||
- Count all the lines of code in a directory, displaying a progress bar during the counting process:
|
- Count all the lines of code in a directory, displaying a progress bar during the counting process:
|
||||||
|
|
||||||
`cloc --progress 1 {{/path/to/base/directory}}`
|
`cloc --progress 1 {{directory}}`
|
||||||
|
|
||||||
- Compare 2 directory sturctures and count the differences between them:
|
- Compare 2 directory sturctures and count the differences between them:
|
||||||
|
|
||||||
`cloc --diff {{/path/to/dir/one}} {{/path/to/dir/two}}`
|
`cloc --diff {{directoryone}} {{directorytwo}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue