fork download
  1. cat << EOF | awk 'index($1, "go.gle.com"){print NR ":" $0}'
  2. google.com a
  3. go.gle.com a
  4. google.com.google.com b
  5. google.com.cloud.com c
  6. goog.e.com d
  7. .oogle.com e
  8. EOF
Success #stdin #stdout 0.03s 5308KB
stdin
Standard input is empty
stdout
2:go.gle.com a