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


Please Help Members By Posting Answers For Below Questions

How many fields are present in a crontab file and what does each field specify?

679


What is shell scripting used for?

657


I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?

856


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

1979


What is console line?

661






What is scripting autism?

784


shell script for reverse the string

994


I have 2 files and I want to print the records which are common to both.

799


What is shell variable?

604


What command needs to be used to take the backup?

622


What is shell geeksforgeeks?

665


Explain about sourcing commands?

715


what is info area how many types?

2386


What's the difference between scripting and coding?

696


How to print pid of the current shell?

673