20 lines
		
	
	
		
			406 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			406 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| up::[[unix redirection de flux]]
 | |
| title::"conversion de fichiers texte ([[ligne de commande]])"
 | |
| #s/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>
 | |
| ```
 | |
| 
 |