[i18n] translate.php errors

Miroslav Pendev miro@cybershade.us
Mon, 5 Aug 2002 20:56:28 -0400


On Tue, Aug 06, 2002 at 01:58:54AM +0200, Jan Schneider wrote:
> Zitat von Miroslav Pendev <miro@cybershade.us>:
> 
> > find .. -name po -type d -maxdepth 2 | sed -e 's;/\?po$;;'
> > Found directories:
> > ../imp/po
> > ../kronolith/po
> > ../passwd/po
> > ../po
> > ../turba/po
> 
> Doh, what's wrong with your sed? Does anybody know if FreeBSD's sed has any
> problems with this syntax?
> 

# find .. -name po -type d -maxdepth 2 | sed -e 's;/\po$;;'
..
../imp
../turba
../kronolith
../passwd

If this is what you're looking for - remove the ? in sed's expression

--Miro