What is @echo off?
No Answer is Posted For this Question
Be the First to Post Answer
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); }
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Where are cowrie shells found?
What is computer cli?
write a shell script to find the largest number from 3 given numbers.
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How to initialize a directory size to a variable??
Why do we write bin bash in shell scripts?
Which shell is the best?
What is shell environment?
Write a shell script to check whether a number is Armstrong number or not?
What is scripting autism?