What is sh in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
Why is the use of shell script?
How do you know which shell I am using?
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 do we delete all blank lines in a file?
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
What is "test"? How it is used in shell scripting?
What is computer cli?
What is bash used for?
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
How to get the first line from a file using just the terminal?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
What are the Different types of shells?