Revision c103e17c562b32dcb179c0853306f28a0e456d50 authored by Martin Schlather on 11 April 2005, 00:00:00 UTC, committed by Gabor Csardi on 11 April 2005, 00:00:00 UTC
1 parent e7b694a
Raw File
x
# find . -name "*.Rd" -exec ./x {} \;

sed s/"http:\/\/www.cu.lu\/~schlathe"/"http:\/\/www.unibw-hamburg.de\/WWEB\/math\/schlath\/schlather.html"/ $1 > xx
mv xx $1

sed s/martin.schlather@cu.lu/schlath@hsu-hh.de/ $1 > xx
mv xx $1


#sed s/ableitung/derivative/ $1 > xx
#mv xx $1

#sed s/"(Real)"/"(double)"/ $1 > xx
#mv xx $1

#sed s/"Real "/"double "/ $1 > xx
#sed s/"Real\*"/"double*"/ xx > $1

back to top