Answered step by step
Verified Expert Solution
Question
1 Approved Answer
sed command only please Linux, Redhat, unix file I am working with: lines cat lines This is line 1. Line 2 line number 3 This
sed command only please Linux, Redhat, unix
file I am working with: lines
cat lines
This is line 1. Line 2 line number 3 This is 4 Another line: 5 6 6 6 6 Line 7 eight 9 line ten
questions :
Delete all lines that don't have a number in it
Delete all lines that have a number in it
Change all words 'line' to 'LINE' and print all lines
Change all words 'line' to 'LINE' but print only the lines that are changed
print all lines but add a line of +++++ before and after each line
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started