fork(3) download
  1. {
  2. FS = "=";
  3. if ($1 ~ /Hi/) {
  4. if (!($1=="Hi")) {print $1;}
  5. } else if ($1=="bye") {
  6. print $1;
  7. } else if ($1=="good") {
  8. print $1;
  9. }
  10. }
  11. END {
  12. print $1
  13. }
  14.  
Success #stdin #stdout 0.01s 4232KB
stdin
Standard input is empty
stdout