You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to figure out how to create a session and name it in the same command, but I couldn't remember off the top of my head. Looking at the help text, I see there is a RENAME option but given there are no examples and no syntax diagram I'm not sure how I'd specify it.
Session: NONE> help goto
Command to go to a session in full-screen.
This is modelled after the ATI GOTO interactive trace
command. GOTO suspends execution and transfers control to the
indicated session. If no session is supplied, the active
session is used. If the selected session does not exist, a
warning is issued. ATI execution resumes upon returning
(through use of hot-key, disconnection, logoff, etc.). GOTO
? will show all sessions under the parent ID.
This is also modelled after the ATI GOTO EXEC that is often
used with the ATI Session Manager:
<TODO need syntax diagram>
session
The name of a session to which control is transferred.
userid
A user ID on the same node as the current node. The
session name is simply userid.
userid AT node
Information by which the session name is hashed. The
session name is made by concatenating the last five
characters of userid, an = sign, and the sixth and
seventh characters of node. For example, MICHAELG AT
STLVM3 becomes HAELG=3, and RONB AT STLVM1 becomes
RONB=1.
nickname
A nickname from a NAMES file on the A-disk where a user
ID and node are stored that specify the session to which
control is to be transferred.
?
Lists the available current session names.
DROP
Disconnects a session. See DROP command.
INIT
Initiated a session (brings up a new one).
QUIET
Suppresses informational messages.
RENAME
Changes the name of the current session to the session
name specified. See RENAME command.
This is NOT modelled after the ATI GOTO statement.
The text was updated successfully, but these errors were encountered:
I wanted to figure out how to create a session and name it in the same command, but I couldn't remember off the top of my head. Looking at the help text, I see there is a RENAME option but given there are no examples and no syntax diagram I'm not sure how I'd specify it.
The text was updated successfully, but these errors were encountered: