Is shell scripting useful?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

What is the crontab?

0 Answers  


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.

2 Answers   Wipro,


How would you replace the n character in a file with some xyz?

7 Answers  


Write down the syntax of "for " loop

0 Answers  


When you login to a c shell, which script would be run first?

2 Answers  


Is bash a shell script?

0 Answers  


How do I run a script from command prompt?

0 Answers  


How to get the last line from a file using just the terminal?

0 Answers  


What is a file basename?

0 Answers  


How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?

3 Answers   IBM, Symphony,


What is bash eval?

0 Answers  


How many fields are present in a crontab file and what does each field specify?

0 Answers  


Categories