Answer Posted / sujay kumar
Extended grep is called as egrep.
grep -E will do the same function as egrep
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How would you compare the strings in a shell script?
How do I open the shell prompt?
what is tickets $ what low,medium,high priorite pls define time also
Explain about "s" permission bit in a file?
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); }
How to print pid of the current shell?
What is eval in shell script?
What is wc in shell script?
How do I run a shell script in powershell?
Which is better perl or shell scripting?
How do scripts work?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is the default shell of solaris?
I have 2 files and I want to print the records which are common to both.
What is bash command used for?