Ashley An, Christine Hsu, Melanie Sawyer, Victoria Yang
An alternative for awk, the text processing and data extraction language.
https://docs.google.com/document/d/1zcDIIdA9I_ojrPPggEDf7FLhy-NnEqZ2D6yCkj62pPg/edit?usp=sharing
To run a .bawk
file, first run make
in the home directory. Then, run
./bawk.sh [bawk file] [input file]
where [bawk file]
is the .bawk
file and [input file]
is the text file being used.