Développement logiciel: Difference between revisions

From hugovil.com
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 4: Line 4:


[[Multiple ISO images bootdisk]]
[[Multiple ISO images bootdisk]]
= Comment indenter un fichier XML =
  $> XMLLINT_INDENT="    " xmllint --format source.xml > destination.xml

Latest revision as of 19:58, 2 April 2026

GIT

Création paquet PPA Ubuntu

Multiple ISO images bootdisk

Comment indenter un fichier XML

 $> XMLLINT_INDENT="    " xmllint --format source.xml > destination.xml