The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
seaching field and getting complete record
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
seaching field and getting complete record
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
08-28-2006
ranj@chn
Playing with Ubuntu Now!
Join Date: Oct 2005
Location: Chennai
Posts: 365
use awk variables
Change it like this
Code:
awk -F ":" -v awk_var="$file_fmt_id" ' $1==awk_var ' file2 > schema_id_file_test
ranj@chn
View Public Profile
Find all posts by ranj@chn
Find ranj@chn's past nominations received
Find ranj@chn's present nominations given