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

What is a shell environment?

996

Is shell a scripting language?

1015

What is c in shell script?

1068

Is shell scripting easy to learn?

1023

What is awk in shell script?

1228

Why is used in shell scripting?

999

What is difference between bash and shell?

1107

How do I run a powershell script?

1136

Is shell scripting difficult?

959

What does $@ mean in shell?

1040

What is $1 in shell scripting?

1041

What is awk in shell scripting?

1026

How do I run a shell script on a mac?

1125

How do you know which shell I am using?

1050

What does $0 mean in shell script?

1004


Post New Shell Script Questions

Un-Answered Questions { Shell Script }

How can I send a mail with a compressed file as an attachment?

1040


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

2374


What does .sh file contain?

959


what is tickets $ what low,medium,high priorite pls define time also

2165


Can shell script run on windows?

1069


What is bash command used for?

1069


Explain about return code?

1073


What are the different types of shell scripting?

1118


i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..

2136


Explain about debugging?

1025


What is scripting autism?

1215


How can the contents of a file inside jar be read without extracting in a shell script?

1127


What is the command to find out today's date?

1141


What is the first line in a shell script?

1106


Given a file find the count of lines containing the word "abc".

1561