What is eval in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between shell and bash scripting?
Please give me example of " at command , contrab command " how to use
What are the different shells available?
What is inside a seashell?
Write a script to print the first 10 elements of fibonacci series.
What is in a script?
What is path in shell script?
What is a shell script in windows?
how did u debugging in unix/ linux platform ??( project Related)
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 are the types of script?
How to declare functions in unix shell script?