🌱 Hack the Planet's text

Source

Running an awk program

  • awk 'program' input files
  • awk -f profile input files
  • some_command | awk 'program'
  • #!/usr/bin/env awk -f
  • . /script.awk *.log

Exercises

Made by Brandon . If you find this project useful you can donate.