How do I run a .sh file?
No Answer is Posted For this Question
Be the First to Post Answer
Write a command sequence to find the count of each word?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
What are the different variables present in linux shell?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
Give some situations where typing error can destroy a program?
What are the different communication commands available in the shell?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
write a shell script to check the failed jobs?
What is the use of "test" command?
How do I save a powershell script?
Explain about gui 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.