wiki:waue/2010/0615
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
#!/bin/bash
INPUT=$1;
OUTPUT=$2;
grep -r "$INPUT" * | awk 'BEGIN {FS=":"} {print $1}' | xargs sed -i "s/$INPUT/$OUTPUT/g"
Last modified 14 years ago Last modified on Jun 15, 2010, 12:06:08 PM