What is path in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
How to find all the files modified in less than 3 days and save the record in a text file?
What does echo mean in scripting?
What is meant by $1 in shell script?
Is scripting and coding the same thing?
What is a boot block?
How can you get the value of pi till a 100 decimal places?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
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); }
Is shell a scripting language?
Write the syntax for "if" conditionals in linux?
What is "test"? How it is used in shell scripting?
Why are there shells on the beach?