What is the best scripting language?
No Answer is Posted For this Question
Be the First to Post Answer
What does $# stand for?
What are the different shells available?
Is bash a shell script?
How do I open the shell prompt?
how to read systems current date and time
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
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); }
I have 2 files and I want to print the records which are common to both.
What are script files?
how will you find the total disk space used by a specific user?
How will I insert a line "abcdef" at every 100th line of a file?
How do we delete all blank lines in a file?