What does egrep mean?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

write a shell script to check whether all the directories in the path exist has read and write permission

1 Answers  


why did you apply to shell

3 Answers   Shell,


Where cron file kept?

2 Answers   Tech Mahindra,


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); }

0 Answers   Wipro,


What is mac default shell?

0 Answers  






What is subshell?

0 Answers  


How to get the first line from a file using just the terminal?

0 Answers  


What is the significance of $#?

0 Answers  


What does path stand for?

0 Answers  


What are the 3 standard streams in linux?

0 Answers  


give me some website where i can get unix and testing meterials

1 Answers  


Which scripting language is best for automation?

0 Answers  


Categories