Aristidis13 / Bash_Scripting

A Bash Script that performs a multitude of calculations in a log file using awk and sed and presents the results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash_Scripting

This is a text mining program that accepts a logfile with a plethora of fields separated with | as input and extracts information.

The technology used for the text mining is awk. For every line if the line starts with # then it is considered as comment and is not taken into consideration for the calculations.

The inputs can be given with any way.

About

A Bash Script that performs a multitude of calculations in a log file using awk and sed and presents the results

License:MIT License


Languages

Language:Shell 100.0%