Skip to main content
2 of 2
added 45 characters in body
αғsнιη
  • 41.9k
  • 17
  • 75
  • 117

When field separator is space character, then:

awk -v RS=' ' 'index($0, "entry")' infile
αғsнιη
  • 41.9k
  • 17
  • 75
  • 117