Command
Explanation
sed is a stream editor used to perform basic text transformations on input streams.
Examples
Replace all occurrences
Print lines 5-10
Edit file in place
sed is a stream editor used to perform basic text transformations on input streams.
Replace all occurrences
Print lines 5-10
Edit file in place