[TYPO3-UG Freiburg] tt_news - displaySingle - noImage_stdWrap

Steffen Müller typo3 at t3node.com
Fri Feb 12 14:39:50 CET 2010


Hi.

On 12.02.2010 14:35 Steffen Müller wrote:
> # find /path/to/website/typo3conf/ext/tt_news/ -type f -name *.php 
> -print -exec grep -H -n 'noImage_stdWrap' {} \; | egrep -v '.php$'
> 

Einfacher wäre hier natürlich:
find /path/ -type f -name *.php -exec grep -H -n 'noImage_stdWrap' {} \;


-- 
cheers,
Steffen

TYPO3 Blog: http://www.t3node.com/
Microblog:  http://twitter.com/t3node


More information about the TYPO3-UG-Freiburg mailing list