What is the significance of $#?
No Answer is Posted For this Question
Be the First to Post Answer
What language is bash?
What are the advantages of shell script?
How to print all the arguments provided to the 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); }
If one dont know how to create a script then how he/she can use the QTP?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
Explain about stdin, stdout and stderr?
How to check if a directory exists?
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
Which is better perl or shell scripting?
What is difference between bash and shell?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A