fork download
  1. #!/bin/bash
  2. s="26 3 24 21 391
  3. 26 34 24
  4. 26 3 49 24 21 391
  5. 26 94 24
  6. 26 3 21 391
  7. 26 3
  8. 27 3 24 21 391
  9. 2 94"
  10. grep -Ev '\b[29]4\b' <<< "$s"
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
26 3 21 391
26 3