Skip to content

aysenurdavulcu/awkprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog Counter

This project contais a script that counts the amount of dogs and finds the total.

##Report Generation ##Dependencies Install Makefile

sudo apt install make

##Code

awk -F',' '{sum+=$2;} END{print sum;}' script.awk Dog_Names.csv > output.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published