What is bourne shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What is shell company all about?
What are the advantages of using shell scripts?
Is shell scripting difficult?
What is the use of script interpreter in shell scripting?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
How to include comments in your shell scripts?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
Is shell and terminal the same?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
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); }
Is cmd a shell?
What is an sh file?