Perl The Gem of Linux

Summary

This is the "lab page" for the information and activities in the second session of Linux201.

Slides

Presentation Slides

You can still get the examples by typing the following into your Linux command line git clone git://github.com/snowpuppy/linux_201.git

Note You must have git installed (apt-get install git-core).

Feel free to mess around with the code!!

...

Regular Expressions 2

Description

The Purdue Linux Users Group Session 2 - Regular Expressions 2 Thursday Mar. 4 2014 7-8pm in LWSN B158

Summary

First a quick review of Regular expressions 1. Then delves into zero width assertions, backreferencing, and lazy vs. greediness.

Slides

Presentation Slides

More Info

using PCRE -examples demonstrated using 'grep -P'

Presented by Evan Widloski

...