What is shell company all about?
No Answer is Posted For this Question
Be the First to Post Answer
What is shift command in shell script?
What is a batch file used for?
If you have a string "one two three", which shell command would you use to extract the strings?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
give me some website where i can get unix and testing meterials
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
What is sh in shell script?
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 egrep mean?
What are the advantages of using shell scripts?
Is shell scripting a language?
What are the types of script?