![](https://secure.gravatar.com/avatar/5ba208c18bfbca5715f0c819dca7d977.jpg?s=120&d=mm&r=g)
8 Mar
2005
8 Mar
'05
10:52 p.m.
Opel Martin schrieb: [...]
This sed should do that automatically:
ls */Pkgfile | \ xargs -n 1 sed -i \ -e 's/# Maintainer: \(.*\) <\(.*\)@\(.*\)>/# Maintainer: \1, \2 at \3/' -e 's/\(# Maintainer: .*\)\.\(.*\)/\1 dot \2/g'
The hack was too dirty. The second -e does only replace one '.' :(