#!/bin/bash
grep -c AutoShowSalesandFinance cargigi.txt >>count_new.txt
grep -c BJMotors cargigi.txt >>count_new.txt
grep -c BlackhawkMotors cargigi.txt >>count_new.txt
grep -c BulAutoSales cargigi.txt >>count_new.txt
grep -c CarsDawydiak cargigi.txt >>count_new.txt
grep -c CauleyFerrari cargigi.txt >>count_new.txt
grep -c ExoticClassics cargigi.txt >>count_new.txt
grep -c "Chicago Motor Cars \- West" cargigi.txt >>count_new.txt
grep -c "Chicago Motor Cars" cargigi.txt >>count_new.txt
grep -c "Chicago Motor Cars \- Naperville" cargigi.txt >>count_new.txt
grep -c CollectorCarShowcase cargigi.txt >>count_new.txt
grep -c CooperClassics cargigi.txt >>count_new.txt
grep -c CruisinClassics cargigi.txt >>count_new.txt
grep -c "D&MMotorsports" cargigi.txt >>count_new.txt
grep -c DiamondMotorworks cargigi.txt >>count_new.txt
grep -c DrivingEmotions cargigi.txt >>count_new.txt
grep -c ExoticMotorsCorp cargigi.txt >>count_new.txt
grep -c FerrariMaseratiOfLongIsland cargigi.txt >>count_new.txt
grep -c FCKerbeck cargigi.txt >>count_new.txt
grep -c FerrariOfTampaBay cargigi.txt >>count_new.txt
grep -c FullThrottleClassics cargigi.txt >>count_new.txt
grep -c BCBenjaminAutoSales cargigi.txt >>count_new.txt
grep -c GullwingMotorCars cargigi.txt >>count_new.txt
grep -c JMLegendAuto cargigi.txt >>count_new.txt
grep -c JonathanMotorcars cargigi.txt >>count_new.txt
grep -c LakeForestSportscars cargigi.txt >>count_new.txt
grep -c LuxSportMotorGroup cargigi.txt >>count_new.txt
grep -c MarinoPerformance cargigi.txt >>count_new.txt
grep -c McLarenBoston cargigi.txt >>count_new.txt
grep -c MerlinAutoGroup cargigi.txt >>count_new.txt
grep -c MotorcarsExpress cargigi.txt >>count_new.txt
grep -c MotorcarsOfJackson cargigi.txt >>count_new.txt
grep -c MotorEnvy cargigi.txt >>count_new.txt
grep -c MyHotCars cargigi.txt >>count_new.txt
grep -c NorthShoreClassics cargigi.txt >>count_new.txt
grep -c PlatinumAutoHaus cargigi.txt >>count_new.txt
grep -c ResponseMotors cargigi.txt >>count_new.txt
grep -c RobbFrancisSportsCars cargigi.txt >>count_new.txt
grep -c RyanFriedmanMotorCarsLLC cargigi.txt >>count_new.txt
grep -c ScottsdaleAutosOnline cargigi.txt >>count_new.txt
grep -c TampaBaySportsCars cargigi.txt >>count_new.txt
grep -c TheLastDetail cargigi.txt >>count_new.txt
grep -c TheMotorcarCollection cargigi.txt >>count_new.txt
grep -c VegasMuscleCars cargigi.txt >>count_new.txt
grep -c WestCoastClassics cargigi.txt >>count_new.txt
exit 0
