EnglishFrenchSpanish

Ad


OnWorks favicon

dbar - Online in the Cloud

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

This is the command dbar 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


dbar - ASCII progresbar

SYNOPSIS


echo <percentage> | dbar [options] <indicator text>

DESCRIPTION


dbar lets you define static 0% and 100% marks or you can define these marks dynamically at
runtime. Static and dynamic marks can be mixed, in this case the value specified at
runtime will have a higher priority.

You can specify ranges of numbers, negative, positive or ranges with a negative min value
and positive max value.

All numbers are treated as double precision floating point, i.e. the input is NOT limited
to integers.

OPTIONS


-l Label to be prepended to the bar (default: "" ).

-nonl
no new line, don't put '\n' at the end of the bar (default: do print "\n")

-max
Value to be considered 100% (default: 100).

-min
Value to be considered 0% (default: 0).

-s Symbol represeting the percentage value in the meter (default: "=").

-w Number of charcaters to be considered 100% in the meter (default: 25)

EXAMPLES


Static 100% mark or single value input:

echo 25 | dbar -max 100 -l text

Output: text 25% [====== ]

If your 100% mark changes dynamically or 2-values input:

echo "50 150" | dbar
| |
| |__ max value
|
|__ value to display

Output: 33% [======== ]

If your value range is not between [0, maxval] or 3-values input:

echo "50 -25 150" | dbar
| | |
| | |__ max value 100% mark
| |
| |_____ min value 0% mark
|
|________ value to display

Output: 43% [=========== ]

Multiple runs:

for i in 2 20 50 75 80; do echo $i; sleep 1; done | dbar | dzen2

Output: Find out yourself.

ENVIRONMENT


None.

Use dbar online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    DivFix++
    DivFix++
    DivFix++ is yours AVI video repair and
    preview software. It designed for repair
    and preview files which are on download
    from ed2k(emule), torrent, gnutella, ftp...
    Download DivFix++
  • 2
    JBoss Community
    JBoss Community
    Community driven projects featuring the
    latest innovations for cutting edge
    apps. Our flagship project JBoss AS is
    the leading Open Source,
    standards-compliant...
    Download JBoss Community
  • 3
    Django Filer
    Django Filer
    django Filer is a file management
    application for django that makes
    handling files and images a breeze.
    django-filer is a file management
    application for djang...
    Download Django Filer
  • 4
    xCAT
    xCAT
    Extreme Cluster Administration Toolkit.
    xCAT is a scalable cluster management
    and provisioning tool that provides
    hardware control, discovery, and OS
    diskful/di...
    Download xCAT
  • 5
    Psi
    Psi
    Psi is cross-platform powerful XMPP
    client designed for experienced users.
    There are builds available for MS
    Windows, GNU/Linux and macOS.. Audience:
    End Users...
    Download Psi
  • 6
    Blobby Volley 2
    Blobby Volley 2
    Official continuation of the famous
    Blobby Volley 1.x arcade game..
    Audience: End Users/Desktop. User
    interface: OpenGL, SDL. Programming
    Language: C++, Lua. C...
    Download Blobby Volley 2
  • More »

Linux commands

Ad