On Thu, Dec 31, 2015 at 06:44:07PM -0600, John McKown wrote:
> On Thu, Dec 31, 2015 at 6:15 PM, Val Krem wrote:
> > I wanted to search a line that contains "1235" using
> > grep -R "1235".
> > I am getting unwanted results such as
> > 01235 or 12356 and so on.
> >
> > How could I avoid thes
On Thu, Dec 31, 2015 at 6:15 PM, Val Krem wrote:
>
>
>
> Hi all
> I wanted to search a line that contains "1235" using
> grep -R "1235".
> I am getting unwanted results such as
> 01235 or 12356 and so on.
>
> How could I avoid these and get only '1235"?
>
> Val
I don't know what you mean b