next up previous contents
Next: Bibliography Up: Naming Conventions Previous: Name Conversion List

Scripts for Updating Code

#!/bin/csh
grep "\<$1\>" ~hallett/Darwin/lib/* ~hallett/Darwin/* ~hallett/Book/* | more
echo ":s/\<$1\>/$2/g"
echo "/\<$1\>"
vi `grep -l "\<$1\>" ~hallett/Darwin/lib/* ~hallett/Darwin/* ~hallett/Book/*`

1.1


Gaston Gonnet
1998-09-15