【发布时间】:2012-06-27 09:29:06
【问题描述】:
是否可以使用ack 在 Smarty 模板文件 (.tpl) 中搜索内容?
目前我只能在这些模板的缓存版本中搜索,它们本身就是 PHP 文件。
如果我像下面这样进行不区分大小写的ack 搜索,则会返回以下内容:
[crmpicco@dev dev_crmpicco]$ ack -i select\ the\ course
cache/templates/gb/%%9B^9B3^9B37B147%%course.tpl.php
48: <p><label>Select the course:</label></p>
64: <p><label>Select the course:</label></p>
83: <p><label>Select the course:</label></p>
【问题讨论】:
标签: search smarty case-insensitive ack