Shell,使用sed删除关键字之前的字符

删除 >>> 之前的

sed 's/>>>/\n/;s/.*\n//' test.txt >new.txt  

Grizzly

Never say never!