This is the command stterm 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
stterm - suckless tools terminal aka simple terminal
SYNOPSIS
stterm [-a] [-c class] [-f font] [-g geometry] [-i] [-o file] [-T title] [-w windowid]
[-v] [-e command...]
DESCRIPTION
stterm is a simple terminal emulator. The original project released the binary under name
"st". If you would like to access the program by a short name, add an alias or function to
the shell startup file:
alias st=stterm # E.g. in ~/.bashrc for bash; consult your $SHELL
OPTIONS
-a disable alternate screens in terminal
-c class
defines the window class (default $TERM).
-f font
defines the font to use.
-g geometry
defines the X11 geometry string. The form is
[=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yoffset>]. See XParseGeometry(3) for
further details.
-f will fixate the position given with the -g option.
-o file
writes all the I/O to file. This feature is useful when recording sessions. A
value of "-" means standard output.
-T title
defines the window title (default 'stterm').
-w windowid
embeds stterm within the window identified by windowid
-v prints version information to stderr, then exits.
-e program [ arguments ... ]
executes program instead of the shell. If this is used it must be the last option
on the command line, as in xterm / rxvt.
CUSTOMIZATION
stterm can be customized by creating a custom config.h and (re)compiling the source code.
This keeps it fast, secure and simple.
AUTHORS
See the LICENSE file for the authors.
Use stterm online using onworks.net services