how to print the 2-d, 3-d arrays in unix shell script programs
please answer thi questio to my mail venusaikumar@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
How to initialize a directory size to a variable??
What does $$ mean in shell script?
How to print the first array element?
What is the use of "shift" command in passing parameters?
What is path in shell script?
is there any command to find user password?
How do I save a powershell script?
How many fields are present in a crontab file and what does each field specify?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
what is info area how many types?
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 the difference between a variable and value?