Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 88 Bytes

sed_remove_part_of_a_string.md

File metadata and controls

5 lines (4 loc) · 88 Bytes

sed remove part of a string

  echo "pod/blah" | sed -e 's/^pod\/// # => blah