[wpseo_breadcrumb]

UNIX/LINUX Command – unshar

NAME

unshar—Unpack a shar file

SYNOPSIS

unshar [ -d directory ] [ -c ][-e | -E exit_line ] [ file … ]

DESCRIPTION

unshar scans mail messages looking for the start of a shell archive. It then passes the archive through a copy of the shell to unpack it. It will accept multiple files. If no files are given, standard input is used. This manual page reflects unshar version 4.0.

OPTIONS

Options have a one-letter version starting with – or a long version starting with –. The exceptions are –help and –version, which don’t have a short version.

Options Description
–version Print the version number of the program on standard output, then immediately exit.
–help Print a help summary on standard output, then immediately exit.
-d DIRECTORY Change directory to DIRECTORY
–directory=DIRECTORY before unpacking any files.
-c –overwrite Passed as an option to the shar file. Many shell archive scripts (including those produced by shar 3.40 and newer) accept a -c argument to indicate that existing files should be overwritten.
-e –exit-0 This option exists mainly for people who collect many shell archives into a single mail folder. With this option, unshar isolates each different shell archive from the others that have been put in the same file, unpacking each in turn, from the beginning of the file towards its end. Its proper operation relies on the fact that many shar files are terminated by an exit 0 at the beginning of a line.
Option -e is internally equivalent to -E “exit 0”.
-E STRING –split-at=STRING This option works like -e, but it allows you to specify the string that separates archives if exit 0 isn’t appropriate. For example, noticing that most .signatures have a –on a line right before them, one can sometimes use — split-at=– for splitting shell archives that lack the exit 0 line at end. The signature will then be skipped altogether with the headers of the following message.

Related Posts

UNIX/LINUX Command – rsync

UNIX/LINUX Command – rsync

NAME rsync – a fast, versatile, remote (and local) file-copying tool rsync Command SYNOPSIS Local: rsync [OPTION…] SRC… [DEST] Access via remote shell:Pull: rsync [OPTION…] [[email protected]]HOST:SRC… [DEST]Push: rsync [OPTION…] SRC… [[email protected]]HOST:DEST Access via rsync...

UNIX/LINUX Command – strip

UNIX/LINUX Command – strip

NAME strip—Discard symbols from object files. SYNOPSIS strip [ -Fbfdname|–target=bfdname ] [ -Ibfdname|–input-target=bfdname ] [ -Obfdname|–output-target=bfdname ] [-Rsectionname|–remove-section=sectionname ] [ -s|–strip-all ] [-S|-g|–strip-debug ][-x|–discard-all...

UNIX/LINUX Command – expand

UNIX/LINUX Command – expand

NAME expand—Convert tabs to spaces SYNOPSIS expand [–tab1[,tab2[,…]]] [–t tab1[,tab2[,…]]] [–i] [—tabs=tab1[,tab2[,…]]] [–initial] [–help] [–version] [file…] DESCRIPTION This manual page documents the GNU version of expand. expand writes the contents of each given...

UNIX/LINUX Command – uuencode

UNIX/LINUX Command – uuencode

NAME uuencode—Encode a binary fileuudecode—Decode a file created by uuencode SYNOPSIS uuencode [-m] [ file ] nameuudecode [-o outfile] [ file ]… DESCRIPTION uuencode and uudecode are used to transmit binary files over transmission mediums that do not support other...

Follow Us

Our Communities

The Ultimate Managed Hosting Platform
Load WordPress Sites in as fast as 37ms!

0 Comments

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

3 × two =