How do I stop script errors?


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

Post New Answer

More Shell Script Interview Questions

What is the use of echo in shell script?

0 Answers  


What are the different communication commands available in the shell?

0 Answers  


How do you find out What is your shell?

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,


Where are cowrie shells found?

0 Answers  


Write a command sequence to find the count of each word?

0 Answers  


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

0 Answers  


How do you create a shortcut in linux?

0 Answers  


How will you connect to a database server from linux?

0 Answers  


What is awk in shell script?

0 Answers  


Where is bash history?

0 Answers  


What command needs to be used to take the backup?

0 Answers  


Categories