1UUX(1C) UUX(1C)
2
3
4
6 uux - unix to unix command execution
7
9 uux [ - ] command-string
10
12 Uux will gather 0 or more files from various systems, execute a command
13 on a specified system and send standard output to a file on a specified
14 system.
15
16 The command-string is made up of one or more arguments that look like a
17 shell command line, except that the command and file names may be pre‐
18 fixed by system-name!. A null system-name is interpreted as the local
19 system.
20
21 File names may be one of
22
23 (1) a full pathname;
24
25 (2) a pathname preceded by ~xxx; where xxx is a userid on the
26 specified system and is replaced by that user's login directory;
27
28 (3) anything else is prefixed by the current directory.
29
30 The `-' option will cause the standard input to the uux command to be
31 the standard input to the command-string.
32
33 For example, the command
34
35 uux "!diff usg!/usr/dan/f1 pwba!/a4/dan/f1 > !fi.diff"
36
37 will get the f1 files from the usg and pwba machines, execute a diff
38 command and put the results in f1.diff in the local directory.
39
40 Any special shell characters such as <>;| should be quoted either by
41 quoting the entire command-string, or quoting the special characters as
42 individual arguments.
43
45 /usr/uucp/spool - spool directory
46 /usr/uucp/* - other data and programs
47
49 uucp(1)
50 D. A. Nowitz, Uucp implementation description
51
53 An installation may, and for security reasons generally will, limit the
54 list of commands executable on behalf of an incoming request from uux.
55 Typically, a restricted site will permit little other than the receipt
56 of mail via uux.
57
59 Only the first command of a shell pipeline may have a system-name!.
60 All other commands are executed on the system of the first command.
61 The use of the shell metacharacter * will probably not do what you want
62 it to do.
63 The shell tokens << and >> are not implemented.
64 There is no notification of denial of execution on the remote machine.
65
66
67
68 UUX(1C)