Answer Posted / kuldeep singh
egrep is used to work with Extended Regular Expressions.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is shell scripting a programming language?
What is the crontab?
What are the four fundamental components of every file system on linux?
What are types of shells?
What is the default shell of solaris?
What is scripting used for?
What are the different communication commands available in the shell?
What happens when you type ls?
What is the purpose of scripting?
What is eval in shell script?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
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 powershell a language?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
How to print all array elements and their respective indexes?