How to find all the files modified in less than 3 days and save the record in a text file?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about login shell?
write a shell program to check wheather a given string is pallindrome or not?
What is a command line shell?
How do you debug a script?
What is the use of "shift" command in passing parameters?
How does path variable work?
What is the crontab?
What is the equivalent of a file shortcut that we have a window on a linux system?
write a shell script to check the failed jobs?
What is MUTEX?
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 console line?