What are the advantages of shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare functions in unix shell script?
whta is the use of "exec" command?
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); }
Why we are writting shell scripts? Plz if possible explain it briefly.
Can you write a script to portray how set –x works?
Which is better perl or shell scripting?
How can you find out how long the system has been running?
What is a shell made of?
What does the sh command do?
What is shell terminal?
What is echo $shell?
What does $@ mean bash?