What is awk in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is "test"? How it is used in shell scripting?
Is shell a scripting language?
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 does path stand for?
what does "kill -9" and "kill -1" do
how can you execute the shell scripts?
what is the difference between writing code in shell and editor?
How do I start a shell script?
How to modify the PATH variable and make it executable?
What is another name for a bash shell script that you might see?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?