Answers for "using sed to remove part of a line using EOL"

0

using sed to remove part of a line using EOL

$ sed 's|http://||' <<EOL
http://url1.com
http://url2.com
http://url3.com
EOL
Posted by: Guest on June-21-2021

Code answers related to "using sed to remove part of a line using EOL"

Browse Popular Code Answers by Language