Complete.Org: Mailing Lists: Archives: discussion: June 1999:
Re: [aclug-L] opening windows
Home

Re: [aclug-L] opening windows

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: <aclug-L@xxxxxxxxxxxx>
Subject: Re: [aclug-L] opening windows
From: "Greg House" <ghouse@xxxxxxxxxxxxx>
Date: Thu, 17 Jun 1999 22:58:30 -0500
Reply-to: aclug-L@xxxxxxxxxxxx

phrostie wrote:

>aterm &
>eterm &
>nterm &
>xterm &
>xiterm &
====================

> rxvt &
> kvt &
<etc>

I hope whoever asked the original queston wanted a terminal window, since
that's what all the answers have provided.  If you want something else
(presuming it's an X application), you just run it and it starts a new
window.  Examples:

> netscape &
> xmahjongg &

If it's not an X application, you can start it by passing the command to
your xterm application of choice.  Someone else described this.  For xterm,
it's "xterm -e command-line-command &".

In case you don't know, the "&" at the end of the command line detaches the
command from the current terminal session so it doesn't make your current
xterm wait until your new one is done before it'll accept input again.  You
can use it at the end of any command to make it run in the background.

Greg


[Prev in Thread] Current Thread [Next in Thread]