基于sed 的猫狗游戏

Posted ray-mmss

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于sed 的猫狗游戏相关的知识,希望对你有一定的参考价值。

 

1.测试文件

技术分享图片
[[email protected] shells]# cat catDog.txt 
snake
snake
pig
bird
dog
cat 
snake  
pig
bird
snake
cat
bird
dog 
bird
tiger
snake
bird
cat
lion
ji
sdf
View Code

2.sed脚本文件

[[email protected] shells]# cat sed.txt
/cat/,/dog/s/$/<---/

3.测试效果

技术分享图片
[[email protected] shells]# sed -f sed.txt < catDog.txt 
snake
snake
pig
bird
dog
cat <---
snake  <---
pig<---
bird<---
snake<---
cat<---
bird<---
dog <---
bird
tiger
snake
bird
cat<---
lion<---
ji<---
sdf<---
View Code

 

以上是关于基于sed 的猫狗游戏的主要内容,如果未能解决你的问题,请参考以下文章

深度学习实战:基于CNN的猫狗图像识别

深度学习实战:基于CNN的猫狗图像识别

“猫狗大战”的代码能实现单一图片识别吗?

猫狗大战

P1489 猫狗大战

P1489 猫狗大战