• [^] # Re: Perl non, sed oui!

    Posté par (site web personnel) . En réponse au message [Editeur] Changer. Évalué à 1.

    GNU sed version 4.0.5

    options interessantes:
    -e script, --expression=script
    add the script to the commands to be executed
    -i[suffix], --in-place[=suffix]
    edit files in place (makes backup if extension supplied)
    -r, --regexp-extended
    use extended regular expressions in the script.
    -s, --separate
    consider files as separate rather than as a single continuous
    long stream.
    avec ca on doit pouvoir avoir les memes choses que perl (pas teste)