EnglishFrenchSpanish

Ad


OnWorks favicon

win - Online in the Cloud

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

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


win - Terminal emulator

SYNOPSIS


win [-v] [-t name] [command [argument ...]] address

OPTIONS


-v If the -v option is present, win prints its version number and date and exits.

-tname If the -t option is present, win uses +name as the final part of the tag name of
its window.

DESCRIPTION


win must be able to connect to a running wily(1). win attaches to a window. If the -t
option is present, the final part of the tag name is name. If command is present, the
final part of the tag name is +command. Otherwise, the final part of the tag name is
+win. The first part of the tag name is the current working directory.

win runs a program in a child process. The child process is the leader of a process group
and is connected to win by a pseudo-terminal. If command is specified, the child process
runs

$SHELL -c 'command argument ...'
otherwise it runs

$SHELL -i
If SHELL is not found in the environment, /bin/sh is used.

TERM=win is placed in the environment of the running program.

Output from the running command appears in the window. The point after the last output
from the running command is known as the output point. Further output from the running
command appears just before the output point. The output point is initially at the end of
the window.

Normal wily editing commands work in the window. When a newline, interrupt character, or
end-of-file character is created after the output point, the text between the output point
and the last newline, interrupt character, or end-of-file character in the window
(inclusive) is passed to the running program as input.

The interrupt character is control-C and the end-of-file character is control-D. The
pseudo-terminal initially is configured so that these are recognized with their normal
meanings.

The B2 commands beginning with the |, <, or > characters or an upper case letter are
executed normally by wily. Other B2 are first terminated with a newline, if they are not
already, and are then appended to the buffer (and thereafter passed to the running
program).

RETURNS


win returns zero if it is able to successfully create the child process, otherwise it
returns non-zero.

EXAMPLES


Run a terminal emulator within wily

win

Run FTP within wily

win ftp

Run rlogin within wily

win -t host.domain rlogin -8 host.domain

Use win online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad