Why is used in shell scripting?


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

Post New Answer

More Shell Script Interview Questions

Is shell scripting easy to learn?

0 Answers  


how to find weblogic version through linux cammand

1 Answers   L&T,


What are environment variables?

2 Answers  


how to read systems current date and time

4 Answers  


Write a shell script to check whether a number is Armstrong number or not?

1 Answers   Flipkart,






Which scripting language is best for automation?

0 Answers  


What is shell terminal?

0 Answers  


How to use arguments in a script?

0 Answers  


In a single command how do you run the previous command in the command prompt.

5 Answers  


What is the use of .sh file?

0 Answers  


how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?

0 Answers  


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); }

0 Answers   Wipro,


Categories