Skip to content

Post Processing of DAD for frequency counts by chapter and by diagnosis.

Notifications You must be signed in to change notification settings

zanterian/HINF335_Assignment2_Task2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FILE DESCRIPTIONS:

DAD_TABS.TXT: This file contains the DAD file in tab-separated format.

Process.pl : This is the perl executable. Takes in the DAD_TABS file as an argument. I used it to experiment with data structures. I'm aware of how ugly it is :)

USAGE:

Should be used in the command line with coreutils (or similar)

$ cat DAD_TABS.TXT | ./Process.pl;

This will print it out to stdout.

To print to a file named 'Output.txt':

$ cat DAD_TABS.TXT | ./Process.pl > Output.txt;

To print to a file then automatically open that file in libreoffice calc: $ cat DAD_TABS.TXT | ./Process.pl > Output.txt;libreoffice --calc Output.txt;

About

Post Processing of DAD for frequency counts by chapter and by diagnosis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages