Skip to main content
Post Closed as "Needs more focus" by Braiam, slm
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.1k
  • 205
  • 1.8k
  • 2.3k
Source Link
Macha
  • 3.8k
  • 7
  • 34
  • 36

Is there a basic tutorial for grep, awk and sed?

I've been a Linux user for a while, and I've a pretty decent understanding of most the common command line utilities. However, ones that come up and up again in relation to programming are grep, awk, and sed.

About the only thing I've used grep for is piping stuff into it to find files in log files, the output of ps etc. I haven't used awk or sed at all. Are there any good tutorials for these utilities?