awk '!/the_string/' file.txt
----
====== Example ======
Assuming a file, **test.txt**, exists with the following contents:
awk '!/Roux/' test.txt
returns:
13 David Bruce Stevenson 48
14 Bob James Smith 16
48 Adam Winter Ridley 23