What can scripts do?
No Answer is Posted For this Question
Be the First to Post Answer
How do I run a shell script on a mac?
Is shell script a programming language?
What language is bash?
what are command line arguments? what is the need of those?
What does path stand for?
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); }
What does $@ mean in shell?
What is the lifespan of a variable inside a shell script?
What is a batch file used for?
Explain about the exit command?
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
What is a shell script? Can you name some of its advantages?