What is bourne shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
shell script for reverse the string
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
What is the fastest scripting language?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
How do I run a script on mac?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Why do we use shell scripting?
How to add some content in any file at some desired location without using VI or some other editor in UNIX
What does $$ mean in shell script?
What is scripting autism?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
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.