What are the 3 standard streams in linux?
No Answer is Posted For this Question
Be the First to Post Answer
how did u debugging in unix/ linux platform ??( project Related)
What is the conditional statement in shell scripting?
How to get the last line from a file using just the terminal?
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 is difference between shell and bash scripting?
What are the Different types of shells?
What is shell geeksforgeeks?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What is bash used for?
What is shell variable?
Please give me example of " at command , contrab command " how to use
How do I start a shell script?