write a shell script to generate a alert ?
like when ur birthday came then generate a alert ur birthday
is today like that ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a shell script to get current date, time, user name and current working directory.
how to create purchase order
What is shell scripting used for?
What makes c shell a more preferable option than the bourne shell?
What does $0 mean in shell script?
How to set an array in linux?
What are types of shells?
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 to customise the existing shell?
how is the oppurtunities for unix in the software
What does debug script mean?
Which scripting language is best for automation?