Search Results

Search: Posts Made By: Don Cragun
17,439
Posted By Don Cragun
Almost. Yes, the sed a command appends one or...
Almost. Yes, the sed a command appends one or more lines of text starting on the line after the addressed line. No, the sed i command (not option) does not insert a string at the start of a line;...
17,439
Posted By Don Cragun
Yes, you are confusing yourself and us. In...
Yes, you are confusing yourself and us.

In sed you do not append text to the end of a line. The sed a command appends lines of text following the current line. And, the sed i command inserts...
17,439
Posted By Don Cragun
Assuming that you used the s (substitute) command...
Assuming that you used the s (substitute) command in sed to change the empty string at the end of a line to a specific string, why not also use the s command to change occurrences of programmer to ...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy