document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ printf "[section1]\\n\\n[section2]\\ncle1=valeur1\\n" | sed '/^\\[section2\\]/c cle2=valeur2'
  2. [section1]
  3.  
  4. cle2=valeur2
  5. cle1=valeur1
  6.  
');