Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Shell Script Interview Questions
Questions Answers Views Company eMail

How to find all the files modified in less than 3 days and save the record in a text file?

1062

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

1127

How to get the 3rd element/column from each line from a file?

1189

How to pass an argument to a script?

1209

Differentiate between ‘ and ” quotes.

1169

When should shell programming/scripting not be used?

1154

How can you get the value of pi till a 100 decimal places?

970

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

1232

How would you compare the strings in a shell script?

985

Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.

1286

How to calculate the number of passed arguments?

1101

Write down the syntax for all the loops in shell scripting.

1141

What is the crontab?

1087

What are the two files of crontab command?

1235

What is the significance of the shebang line in shell scripting?

1125


Post New Shell Script Questions

Un-Answered Questions { Shell Script }

write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.

2782


Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

2245


How do I set bash as default shell mac?

1010


What is the difference between scripting and coding?

1039


How to get script name inside a script?

1010


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

984


Is it possible to substitute "ls" command in the place of "echo" command?

1056


What does $@ mean bash?

1175


Print the 10th line without using tail and head command.

2177


What are the different communication commands available in the shell?

968


What is c in shell script?

1068


What is the best scripting language?

1032


How to use arguments in a script?

1108


How do you debug a script?

1070


Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

1156