To replace "\+33" whith "\+_YOUR_COUNTRY_CODE_", please run

grep -rl '\+33' ./  | xargs sed -i 's/\+33/\+_YOUR_COUNTRY_CODE_/g'
This commit is contained in:
qo-op 2020-05-16 15:22:05 +02:00
parent e38f6ce438
commit b36d9be460
1 changed files with 3 additions and 2 deletions

View File

@ -25,8 +25,9 @@ To help finding where to apply patches a convenient way is to use the ```$ASTROP
Adapt to _YOUR_COUNTRY_CODE_
```
cd $ASTROPORT/astroport/g1sms
search '\+33' '\+_YOUR_COUNTRY_CODE'
To replace "\+33" whith "\+_YOUR_COUNTRY_CODE_", please run
grep -rl '\+33' ./ | xargs sed -i 's/\+33/\+_YOUR_COUNTRY_CODE_/g'
```
# TODO's