Man page - shtool-prop(1)
Packages contains this manual
- shtool-path(1)
- shtool-mkln(1)
- shtool-platform(1)
- shtool-tarball(1)
- shtool-arx(1)
- shtool-mkshadow(1)
- shtool(1)
- shtool-rotate(1)
- shtool-slo(1)
- shtool-mdate(1)
- shtool-echo(1)
- shtool-subst(1)
- shtool-scpp(1)
- shtool-install(1)
- shtool-mkdir(1)
- shtoolize(1)
- shtool-fixperm(1)
- shtool-prop(1)
- shtool-move(1)
- shtool-table(1)
- shtool-version(1)
apt-get install shtool
Manual
SHTOOL-PROP.TMP
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLE
HISTORY
SEE ALSO
NAME
shtool-prop - GNU shtool propeller processing indication
SYNOPSIS
shtool prop [ -p | --prefix str ]
DESCRIPTION
This command displays a processing indication though a running propeller. It is intended to be run at the end of a pipe (""|"") sequence where on "stdin" logging/processing information found. For every line on "stdin" the propeller advances one step clock-wise.
OPTIONS
The following
command line options are available.
-p
,
--prefix
str
Set a particular prefix str which is displayed in front of the propeller. The default is no prefix string.
EXAMPLE
# shell script
configure 2>&1 |\
tee logfile |\
shtool prop -p "Configuring sources"
HISTORY
The GNU shtool prop command was originally written by Ralf S. Engelschall <rse@engelschall.com> in 1998 for mod_ssl . It was later taken over into GNU shtool .
SEE ALSO
shtool (1).