EnglishFrenchSpanish

OnWorks favicon

shtool-echo - Online in the Cloud

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

This is the command shtool-echo 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-echo - GNU shtool echo(1) extensional command

SYNOPSIS


shtool echo [-n|--newline] [-e|--expand] string

DESCRIPTION


shtool echo is an echo(1) style command which prints string to stdout and optionally
provides special expansion constructs (terminal bold mode, environment details, date, etc)
and newline control. The trick of this command is that it provides a portable -n option
and hides the gory details needed to find out the environment details under option -e.

OPTIONS


The following command line options are available.

-n, --newline
By default, output is written to stdout followed by a "newline" (ASCII character
0x0a). If option -n is used, this newline character is omitted.

-e, --expand
If option -e is used, string can contain special "%x" constructs which are expanded
before the output is written. Currently the following constructs are recognized:

%B switch terminal mode to bold display mode.

%b switch terminal mode back to normal display mode.

%u the current user name.

%U the current user id (numerical).

%g the current group name.

%G the current group id (numerical).

%h the current hostname (without any domain extension).

%d the current domain name.

%D the current day of the month.

%M the current month (numerical).

%m the current month name.

%Y the current year.

EXAMPLE


# shell script
shtool echo -n -e "Enter your name [%B%u%b]: "; read name
shtool echo -e "Your Email address might be %u@%h%d"
shtool echo -e "The current date is %D-%m-%Y"

HISTORY


The GNU shtool echo command was originally written by Ralf S. Engelschall
<[email protected]> in 1998 for Website META Language (WML) under the name buildinfo. It
was later taken over into GNU shtool.

Use shtool-echo online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 2
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 3
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 4
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • 5
    Task Coach
    Task Coach
    Task Coach - Your friendly task
    manager. Task Coach is a free open
    source todo manager. It grew out of
    frustration about other programs not
    handling composite ...
    Download Task Coach
  • 6
    HyperSQL Database Engine (HSQLDB)
    HyperSQL Database Engine (HSQLDB)
    HSQLDB is a relational database engine
    written in Java, with a JDBC driver,
    conforming to ANSI SQL:2016. A small,
    fast, multithreaded engine and server
    with mem...
    Download HyperSQL Database Engine (HSQLDB)
  • More »

Linux commands

Ad