shar
Verified for current stable LTS
Shar Command: Treat Files As Text
Use for treat files as text with Shar. Exact CLI syntax to treat files as text using Shar.
When to use this: Use for treat files as text with Shar.
Command Syntax
shar -T <path/to/file1 path/to/file2 ...> > <path/to/archive.sh> shar -T <path/to/file1 path/to/file2 ...> > <path/to/archive.sh> Live Command Builder
Final Command
shar -T <path/to/file1 path/to/file2 ...> > <path/to/archive.sh> Command Breakdown
-T- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to treat files as text using Shar.
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
Shar Command: Compress Archive Files
shar -C <xz> <path/to/file1 path/to/file2 ...> > <path/to/archive.sh> Shar Command: Create Shell Archive shar <path/to/file1 path/to/file2 ...> > <path/to/archive.sh> Shar Command: Create Shell Archive Default shar -V <path/to/file1 path/to/file2 ...> > <path/to/archive.sh> Shar Command: Include Name And Cut Mark In Archive shar -n "<My files>" -c <path/to/file1 path/to/file2 ...> > <path/to/archive.sh> Shar Command: Treat Files As Binary shar -B <path/to/file1 path/to/file2 ...> > <path/to/archive.sh>