Edit infile (edit and save to file), (e.g. deleting the lines with 'bbo' and save to file)

sed -i "/bbo/d" filename
click the source code to copy