I am using the below command
awk -F: ' $3 ~/bharghav/ { print $0 } ' data.file
but this command produces both
Vijayb:12345:Vijay B bharghav
vijaya:12347:vijaya bharghavi
what to if I want only record containing exactly the word "bharghav"
that is
Vijayb:12345:Vijay B bharghav
-Original Me
can i take input to associative array from the user like this:
%words=;
-Original Message-
From: Randy W. Sims [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 27, 2004 12:02 PM
To: Sumanth Sharma
Cc: [EMAIL PROTECTED]
Subject: Re: Can Perl be faster than C ?
Sumanth Sharma wrote:
> Hi A