Programming Homework Help
UMKC University Computer Science Unix Shell Script Programming Coding
I’m working on a Linux exercise and need support.
Requirement:
Say Source path has 10 CSV files with data in them, and I need to write the data into another CSV file in the Target location.
Need a unix shell script to get the record count from list of 10 CSV files in source path along with file path & fileName.
Results:
filepath/fileName1, recordcount;
filepath/fileName2, recordcount;
filepath/fileName3, recordcount;
…..
…..