This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature complete] Simple C code line counter
License
maandree/loc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo has been moved to Codeberg and may be out of date on GitHub. Canonical repo: https://codeberg.org/maandree/loc NAME loc - count number of lines of code SYNOPSIS loc [-s] [file] ... DESCRIPTION loc counts the number of lines of code for each specified file. loc will treat each file as a C source code or C header file. If file is -, or if a file is not specified, the standard input is read. If more than one file is specified, each successfully line counted file will have its of lines of code output on the format "%s:%*s%zu\n", <file>, <some positive integer>, "", <#lines of code> The total for all processed files, is printed on the last line with the format "%zu\n", <#total lines of code> If exactly one or no files are specified, this will be the only line output. OPTIONS -s Only output the last line. (The total over all files.)
About
[Feature complete] Simple C code line counter
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published