View Single Post
Posts: 10 | Thanked: 29 times | Joined on Jun 2010 @ Germany
#11
Originally Posted by saponga View Post
Does anyone wrote a script that i can adapt to my case ?
Try this in the folder where your vcf files are:
Code:
grep -l ':+[89][0-9]\{7\}$' *.vcf | xargs sed -i '/:+[89][0-9]\{7\}$/s/\+/\+9/g'
I'm not sure if I installed sed from the repositories or if it's part of maemo anyway. So If sed is not found, you'll have to install it.
 

The Following User Says Thank You to Obsidian For This Useful Post: