This is a program that will help you visualize your power data.
-
Grant execution permissions:
chmod +x c-wire.sh
This gives the shell file permission to execute.
-
Run the program:
./c-wire.sh CSVfile.dat station individu central_id
c-wire.sh: The name of the shell script file.CSVfile.dat: The name of the CSV file to be filtered (ex:c-wire_v25.dat) in the "inputs" folderstation: The name of the requested station (ex:hvb,hvaorlv).individu: The type of person treated (ex:comp,indivorall).central_id(optional): The id of the requested central:- If omitted, the program will process data for all centrals.
./c-wire.sh c-wire_v25.dat hva comp 2In this example:
- The program will process the file
c-wire_v25.dat. - It will filter data for station
hva. - It will handle
comptype individuals. - It will focus on central ID
2.
If central_id is not specified, all central IDs will be included.
Just sit back and let the machine do its work! The program will process your data and generate the desired output based on the given parameters.