sed, awk, and grep rely on regular expressions for much of what they do. I’ve been working on some form of *nix for 20 years and awk still gives me fits because I use it infrequently. There is an O’Reilly book on regular expressions used in various different applications. It’s well worth the money. I’d find tutorial documents for the aforementioned programs on the Internet as well. As you work through the tutorial(s) have the regular expression book and the relevant “man” pages handy so you can make connections among them. Annotate with the page numbers of the book, etc. so you can find things quickly.
Of the commonly used utilities, I find these to be challenging. Don’t expect to learn it overnight. Experiment, experiment, experiment. Bob Paver [email protected] As you simplify your life, the laws of the universe will be simpler; solitude will not be solitude, poverty will not be poverty, nor weakness weakness. - Henry David Thoreau - On Apr 19, 2012, at 2:25 PM, Reid Thompson wrote: > On Thu, 2012-04-19 at 16:09 -0300, Sector_11 wrote: >> I get lost with cut, sed, awk grep ... > > see the man pages > and there's lots of tutorials on the web > > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans > Remind is at http://www.roaringpenguin.com/products/remind > _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
