How can you use sed to triple-space (i.e., add two blank lines after each line in) a file?

What will be an ideal response?


$ sed 'G;G' lines

The semicolon simply separates the G instructions; you can also put them
on separate lines.

Computer Science & Information Technology

You might also like to view...

A ___________ entails any set of activities, methods, and practices used in the production and evolution of ICT.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Read the following sentence and key the correct terminal punctuation mark in the blank.Great job _____?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A procedure that does not return a value is called a function.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A technician wants to simplify user's wireless configuration in a new remote office. Which of the following must be configured on the access point to allow wireless clients to automatically negotiate secure authentication with the SOHO access point?

A. Enable QoS B. Enable SSID Broadcast C. Enable WPS D. Enable MAC Filtering

Computer Science & Information Technology