Why do we write bin bash in shell scripts?
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic difference you find between a shell script and perl?
How will you copy a file from one machine to other?
What does echo mean in scripting?
What command needs to be used to take the backup?
What is INODE?
c program to check whether all the directories in the path exists has read and write permission
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 c in shell script?
what is tickets $ what low,medium,high priorite pls define time also
What is path in shell script?
What is the default shell of solaris?
What are the 3 standard streams in linux?