<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">if I have a file that has more than these two entries<br>
<br>
bats@tt<br>
net-bats@tt<br>
<br>
and I do a "grep -v bats" (intention was to get everything except bats
but net-bats was mistakenly grepped)<br>
<br>
How do I specify the beginning of the line and match after that so bats
is caught not net-bats?<br>
<br>
THanks for any suggestions.<br>
<br>
Jerry<br>
</font>
</body>
</html>