What is scripting autism?
No Answer is Posted For this Question
Be the First to Post Answer
What is awk script?
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
What is difference between bash and shell?
What is gui scripting?
What are the different kinds of loops available in shell script?
What language is bash?
What is a shell? · Types of shell · what is shell scripting?
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.
How do I open the shell in cmd?
How to get script name inside a script?
What is the difference between a variable and value?
How to include comments in your shell scripts?