You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to remove lines with sd? You could of course "replace line with empty" but that leaves unwanted empty blank lines. With sed you write sed -i '/pattern to match/d' ./infile. Is there something similar in sd? I think that functionality is the only thing that still keeps sed in my toolbox... 😄
The text was updated successfully, but these errors were encountered:
Is it possible to remove lines with sd? You could of course "replace line with empty" but that leaves unwanted empty blank lines. With sed you write
sed -i '/pattern to match/d' ./infile
. Is there something similar in sd? I think that functionality is the only thing that still keeps sed in my toolbox... 😄The text was updated successfully, but these errors were encountered: