EnglishFrenchSpanish

OnWorks favicon

shtool-tarball - Online in the Cloud

Run shtool-tarball in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command shtool-tarball that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


shtool-tarball - GNU shtool command for rolling standardized tarballs

SYNOPSIS


shtool tarball [-t|--trace] [-v|--verbose] [-o|--output tarball] [-c|--compress prog]
[-d|--directory directory] [-u|--user user] [-g|--group group] [-e|--exclude pattern] path
[path ...]

DESCRIPTION


This command is for rolling input files under path into a distribution tarballs which can
be extracted by tar(1).

The four important aspects of good open source software tarballs are: (1) unpack into a
single top-level directory, (2) top-level directory corresponds to the tarball filename,
(3) tarball files should be sorted and (4) arbitrary names for file owner and group.

OPTIONS


The following command line options are available.

-v, --verbose
Display some processing information.

-t, --trace
Enable the output of the essential shell commands which are executed.

-o, --output tarball
Output tarball to file tarball.

-c, --compress prog
Pipe resulting tarball through compression program prog.

-d, --directory directory
Sets the top-level directory into which the tarball unpacks. By default it is tarball
without the trailing ".tar.*" extension.

-u, --user user
The user (owner) of files and directories in the tarball to user.

-g, --group group
The group of files and directories in the tarball to group.

-e, --exclude pattern
Exclude files and directories matching comma-separated list of regex pattern from the
tarball. Directories are expanded before the filtering takes place. The default filter
pattern is ""CVS,\\.cvsignore,\\.svn,\\.[oa]\$"".

EXAMPLE


# Makefile.in
dist:
...
V=`shtool version -d short ...`; \
shtool tarball -o foobar-$$V.tar.gz -c 'gzip -9' \
-u bar -g gnu -e 'CVS,\.cvsignore' .

HISTORY


The GNU shtool tarball command was originally written by Ralf S. Engelschall
<[email protected]> in 1999 for GNU shtool.

Use shtool-tarball online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 2
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 3
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 4
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 5
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • 6
    Joplin
    Joplin
    Joplin is a free and open source
    note-taking and to-do application that
    can handle a large number of notes in
    Markdown format, organize them into
    notebooks and...
    Download Joplin
  • More »

Linux commands

Ad