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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What can scripts do?
How to get the first line from a file using just the terminal?
When we login into our account which files are executed?
Is shell scripting difficult?
What are the advantages of using shell scripts?
In a single command how do you run the previous command in the command prompt.
c program to check whether all the directories in the path exists has read and write permission
Why is it called a shell?
What are the advantages of bash over all other shells?
determine the output of the following command: echo ${new:-variable}
what is this line in the shell script do ?#!/bin/ksh
What language is bash written in?