Difference between revisions of "Cloc"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
''cloc-1.78.exe D:/Folder/fileToAnalayse > outputfile.txt'' | ''cloc-1.78.exe D:/Folder/fileToAnalayse > outputfile.txt'' | ||
+ | |||
+ | You can also analyse all files in certain folder, the syntax is like this: | ||
+ | |||
+ | ''cloc-1.78.exe D:/AnalyseWholeFolder > outputForAllFilesInFolder.txt'' | ||
+ | |||
+ | [[File:Cloc_FindingExxample.jpg]] | ||
== User Experiences == | == User Experiences == |
Revision as of 14:21, 24 September 2018
Description
Start the command line from the folder which contains the CLOC exe file.
Type:
cloc-1.78.exe D:/Folder/fileToAnalyse
The findings are shown in the black window. Alternatively, you can have an output file
cloc-1.78.exe D:/Folder/fileToAnalayse > outputfile.txt
You can also analyse all files in certain folder, the syntax is like this:
cloc-1.78.exe D:/AnalyseWholeFolder > outputForAllFilesInFolder.txt
User Experiences
Development Activity
The tool is now released at GitHub. CLOC Page on GitHub There are new releases roughly twice a year.