What can scripts do?
No Answer is Posted For this Question
Be the First to Post Answer
write a shell script to check whether all the directories in the path exist has read and write permission
How do I run a script on mac?
How do I run a .sh file on mac?
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 is tickets $ what low,medium,high priorite pls define time also
What is a shell made of?
What language is bash?
What are the four fundamental components of every file system on linux?
Explain about login shell?
What exactly is a shell?
How important is shell scripting?
What are the disadvantages of shell scripting?