Use the UNIX shell to wrangle log data

placeholder

Have you ever needed to transform data from one format to another? Transforming data is a common task for developers. Whether youre trying to extract some information from some logs or incoming streams youll often need to deal with raw data and transform it before usable. In this module youll learn how to wrangle (transform) data by using the UNIX shell. Youll be introduced to some commonly used tools and to the basics of regular expressions.