Spoken Tutorial, IIT Bombay https://spoken-tutorial.org Sed - Stream Editor Sed commands with Files - Assignment Try the below commands and see the output. 1. sed '4,6 r new_books.txt' IndianBooks.txt 2. sed '/The/ r new_books.txt' IndianBooks.txt 3. sed '4,6 r date' IndianBooks.txt 4. sed '/My/ e date' IndianBooks.txt