How would you replace the n character in a file with some
xyz?
Answer Posted / sasmita
:1,$ s/n/xyz/g
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many fields are present in a crontab file and what does each field specify?
What is shell scripting used for?
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); }
What is console line?
What is scripting autism?
shell script for reverse the string
I have 2 files and I want to print the records which are common to both.
What is shell variable?
What command needs to be used to take the backup?
What is shell geeksforgeeks?
Explain about sourcing commands?
what is info area how many types?
What's the difference between scripting and coding?
How to print pid of the current shell?