cours/textutil.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

20 lines
404 B
Markdown

up::[[unix redirection de flux]]
title::"conversion de fichiers texte ([[ligne de commande]])"
#informatique
----
outil [[ligne de commande]]
Pour manipuler des fichiers texte de différents formats
Il peut gérer les formats txt, rtf, rtfd, html, doc, docx, odt, wordml, et webarchive
# Utilisation
## Conversion de fichiers
```zsh
textutil -convert <out_format> -output <out_file> <in_file>
```