shell/sed进阶/测试.sh

5 lines
229 B
Bash
Raw Normal View History

2016-05-23 08:32:00 +08:00
#!/bin/bash
#测试如果测试成功如果没有标签sed会跳转到结尾如果有标签就跳转到标签如果测试失败则不会跳转
sed -n '{s/first/matched/; t; s/This is the/No match on/}' test