This document provides an introduction to the scripting languages AWK and GNUPlot. It discusses basics of AWK including its structure and examples of using AWK to parse text files and extract fields. It also covers basics of GNUPlot including how to generate different plot types from data files and customize plots. Finally, it provides examples of using AWK to analyze network simulation trace files generated by NS-2 to calculate packet statistics and average delay.