What are the disadvantages of shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
How will you copy a file from one machine to other?
What are the Different types of shells?
What does echo $0 do?
how to get part of string variable with echo command only?
What is a shell environment?
Why we are writting shell scripts? Plz if possible explain it briefly.
What is a shell? · Types of shell · what is shell scripting?
How do I open the shell in cmd?
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); }
How can the contents of a file inside jar be read without extracting in a shell script?
Is cmd a shell?
wats the she bang statment with syntax?