Filtering csv files

Description

  • Michal Ondrejka

  • GitHub

  • march, 2022

This project involves a shell script named "corona" designed to analyze COVID-19 infection records in the Czech Republic. The script filters records in csv file (1st picture) based on user-defined criteria and generates statistics using specified commands.
There are various commands and filter options that can be performed over the data to receive diverse statistics.
Default behavior is merging records if no command is specified. As I mentioned it supports CSV files, including compressed formats (.gz, .bz2), and handles input from standard input when files are not provided.
This project enhanced my understanding of interacting with the Linux OS through the command prompt.

Technology