textutil
Verified for current stable LTS
Textutil Command: Concatenate Rtf Files To Html
Use for concatenate rtf files to html with Textutil. Exact CLI syntax to concatenate rtf files to html using Textutil.
When to use this: Use for concatenate rtf files to html with Textutil.
Command Syntax
textutil -cat <html> -title "Several Files" -output <path/to/index.html> *.rtf textutil -cat <html> -title "Several Files" -output <path/to/index.html> *.rtf Live Command Builder
Final Command
textutil -cat <html> -title "Several Files" -output <path/to/index.html> *.rtf Command Breakdown
-cat- Command Option
- Tool-specific option used by this command invocation.
-title- Command Option
- Tool-specific option used by this command invocation.
-output- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to concatenate rtf files to html using Textutil.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Textutil Command: Convert Rtf To Html
textutil -convert html <path/to/file.rtf> Textutil Command: Convert Rtf To Text textutil <path/to/file.rtf> -convert txt Textutil Command: Convert Txt To Rtf With Font textutil -convert rtf -font Times -fontsize 10 <path/to/file.txt> Textutil Command: Display File Info Rtf textutil -info <path/to/file.rtf> Atool Command: Cat File In Archive atool {-c|--cat} archive.tar path/to/file_in_archive.txt