A file has multiple records each having three 30-bit long
fields(field1,field2,field3).There is also a lookup
file,LOOK_UP.dat.Now, we need to consider only the
last ten digits of field1 and lookup the file LOOK_UP.dat.
If there a match then field2 and field3 should replaced
with corresponding data from the lookup file. otherwise
that particular record,for which there is no match, should
be stored in a seperate file.
Answer Posted / tazz
If we would knew the structure of LOOK_UP.dat (like the
structure of file is mentioned) then the script could be
more precisely written.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
wats the deinitions for shell utility and filter?
What are the four fundamental components of every file system on linux?
is this growing field and what is average package in this?
Explore about environment variables?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What is the best scripting language?
What is a scripting language simple definition?
What is a boot block?
What are the 3 standard streams in linux?
How will you connect to a database server from linux?
what is info area how many types?
Write a shell script to get current date, time, user name and current working directory.
What does echo $0 do?
How can I send a mail with a compressed file as an attachment?
What is bash eval?