What is a program shell?


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

Post New Answer

More Shell Script Interview Questions

What is the syntax of "nested if statement" in shell scripting?

0 Answers  


How many prompts are available in a UNIX system?

1 Answers  


What is the first line in every perl script called?

0 Answers  


‎What is a shell? · ‎Types of shell · ‎what is shell scripting?

0 Answers  


There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.

1 Answers   Wipro,






What is bash shell command?

0 Answers  


How will you emulate wc –l using awk?

0 Answers  


How do I run a script from command prompt?

0 Answers  


What is the way to do multilevel if-else's in shell scripting?

0 Answers  


What are environment variables?

2 Answers  


What is awk in shell script?

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,


Categories