你能帮我在文本文件中找到字符串模式吗?我的意思是,例如,我有一个文件:
The model of operation is that an internet module resides in each host
engaged in internet communication and in each gateway that
interconnects networks.
我想在第一行找到以 word 开头model并以 word 结尾的字符串each,该怎么做?我试过了,*.each但它没有找到我想要的。