|
uutry(1) -- Tries to contact remote system with debugging on
|
The uutry command is a shell that invokes uucico to call a remote site, system. Debugging is turned on (level 9). The debugging output is put into the file /tmp/system. A tail -f on this file is execu... |
uux(1) -- Runs a command on another system
|
The command gathers various files from the designated systems, if necessary. It then runs a specified command on a designated system. The user can direct the output from the command to a specified fil... |
|
uuxqt(1) -- Executes remote command requests
|
When uux is entered by a user, the program creates the necessary C.* (Command), D.* (Data), and X.* (Execute) files and places them in the spooling directory on the designated remote system. The uux c... |
vacation(1) -- Informs senders of mail that recipient is absent
|
The vacation command accepts standard input and attempts to send a vacation message to the user specified in that input, which should be a mail message. The vacation command is usually invoked in your... |
val(1) -- Validates Source Code Control System (SCCS) files
|
The val command reads files and determines whether each specified file is an SCCS file meeting the characteristics specified by the options. The val command displays error messages to standard output ... |
vedit(1) -- Edits files with a full screen display
|
The ex editor subcommands can be used within the vi editor, because vi is based on ex. The view command is a read-only version of vi; the readonly option is set to protect files during browsing. The v... |
vi(1) -- Edits files with a full screen display
|
The ex editor subcommands can be used within the vi editor, because vi is based on ex. The view command is a read-only version of vi; the readonly option is set to protect files during browsing. The v... |
view(1) -- Edits files with a full screen display
|
The ex editor subcommands can be used within the vi editor, because vi is based on ex. The view command is a read-only version of vi; the readonly option is set to protect files during browsing. The v... |
viewres(1X) -- graphical class browser for Xt
|
The viewres program displays a tree showing the widget class hierarchy of the Athena Widget Set. Each node in the tree can be expanded to show the resources that the corresponding class adds (that is,... |
vje2jsytxt(1) -- Convert Japanese text and dictionary files between the JSY, WX, and VJE input methods
|
Three Japanese input methods are used on a Tru64 UNIX system: the JSY input method (HP), the WX input method (A.I. Soft Company), and the VJE input method (VACS Company). Software for the JSY input me... |
vmstat(1) -- Displays virtual memory statistics
|
Use the vmstat command to display statistics which describe how virtual memory is used. To cause the vmstat command to display statistics at the specified interval, specify a time in seconds for the o... |
w(1) -- Prints a summary of current system activity
|
The system summary shows the current time, the amount of time since the system was last started, the number of users logged in to the system, and the load averages. The load average numbers give the n... |
wait(1) -- Awaits process completion
|
When an asynchronous list is started by the shell, the process ID of the last command in each element of the asynchronous list becomes known in the current shell execution environment. If the wait uti... |
wall(1) -- Sends a message to all users logged into the local system or to all members of a cluster
|
The wall command reads from standard input until you press the End-of-File key sequence, or takes its input from the contents of file if you specify it, and sends the input as a message to all users w... |
wc(1) -- Counts the lines, words, characters, and bytes in a file
|
A word is defined as a string of characters delimited by white space as defined in the X/Open Base Definitions for XCU4. The wc command counts lines, words, and bytes by default. Use the appropriate o... |