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