Horje
count number of lines files .cpp .h Code Example
count number of lines files .cpp .h
# Show count sum
find . -type f \( -name \*.cpp -o -name \*.h \) ! -name pugixml.cpp -exec cat {} + | wc -l
# Show count sum and stats for each file
find . -type f \( -name \*.cpp -o -name \*.h \) ! -name pugixml.cpp -exec wc -l {} +




Shell

Related
cpanel cron mail output Code Example cpanel cron mail output Code Example
install ambrella uml ubuntu Code Example install ambrella uml ubuntu Code Example
windows 10 open git bash here Code Example windows 10 open git bash here Code Example
install newest spyder version with coneda Code Example install newest spyder version with coneda Code Example
move repository from Bitbucket to GitHub Code Example move repository from Bitbucket to GitHub Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11