https://forum.ubuntu-fr.org/viewtopic.php?id=315532
En perl, suppression des commentaires du type /* commentaire */
cat fichier.txt | perl -0777pe 's#/\*.*?\*/##gs' > sortiefile.txt