Value: '{{VAR_HUB_PORT_OUT}}' mettre en minuscule
Résolu/Fermé
A voir également:
- Value: '{{VAR_HUB_PORT_OUT}}' mettre en minuscule
- Incorrect integer value: '' for column ✓ - Forum MySQL
- Trying to access array offset on value of type bool ✓ - Forum PHP
- Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] connection refused ✓ - Forum Logiciels
- Cannot use a scalar value as an array ✓ - Forum PHP
- Warning: Trying to access array offset on value of type bool - Forum PHP
2 réponses
zipe31
Messages postés
36402
Date d'inscription
dimanche 7 novembre 2010
Statut
Contributeur
Dernière intervention
27 janvier 2021
6 419
15 mars 2016 à 17:45
15 mars 2016 à 17:45
Salut,
$ cat plop
{'field': 'FLAG_FIRM_01', 'value': '{{NAME_FLAG_FIRM_01}}'},
{'field': 'FLAG_FIRM_02', 'value': '{{NAME_FLAG_FIRM_02}}'},
{'field': 'FLAG_FIRM_03', 'value': '{{NAME_FLAG_FIRM_03}}'},
{'field': 'FLAG_FIRM_04', 'value': '{{NAME_FLAG_FIRM_04}}'},
{'field': 'FLAG_FIRM_05', 'value': '{{NAME_FLAG_FIRM_05}}'},
{'field': 'FLAG_FIRM_06', 'value': '{{NAME_FLAG_FIRM_06}}'},
$ sed 's/{{[^}]*/\L&/' plop
{'field': 'FLAG_FIRM_01', 'value': '{{name_flag_firm_01}}'},
{'field': 'FLAG_FIRM_02', 'value': '{{name_flag_firm_02}}'},
{'field': 'FLAG_FIRM_03', 'value': '{{name_flag_firm_03}}'},
{'field': 'FLAG_FIRM_04', 'value': '{{name_flag_firm_04}}'},
{'field': 'FLAG_FIRM_05', 'value': '{{name_flag_firm_05}}'},
{'field': 'FLAG_FIRM_06', 'value': '{{name_flag_firm_06}}'},
merci !!!
j y arrivais vraiment pas ... et dire qu on m a vendu que le sed facilterait ma vie ... tsss
j y arrivais vraiment pas ... et dire qu on m a vendu que le sed facilterait ma vie ... tsss
zipe31
Messages postés
36402
Date d'inscription
dimanche 7 novembre 2010
Statut
Contributeur
Dernière intervention
27 janvier 2021
6 419
15 mars 2016 à 17:54
15 mars 2016 à 17:54
Sed c'est bien ;-))
Modifié par pouic le 15/03/2016 à 18:01
15 mars 2016 à 18:01
genre passer de
value: '##VAR_ORACLE_UNIT_UNAMEV##/##VAR_ORA_PTB_SID##' #
a
value: '{{var_oracle_unit_unamev}}/{{var_ora_ptb_sid}}'
15 mars 2016 à 18:05
16 mars 2016 à 00:12
J y arriverai jamais
Sed c est bien
Enfin je dors pas avec