Reference: uucp
uucp
uucp [options]
[source!]file
[destination!]file-c-C-d-f-gx-
Set grade (priority) of job. x is typically a single letter or digit, where
aand1give the highest transfer priority. Use uuglist to show values for x. -j-
Print the uucp job number.
-m-nuser-r-
-sfile-xn-
Debug at level n (0-9); higher numbers give more output.
Example
This shell script sends a compressed file to system orca:
$ cat send_it #! /bin/sh compress $1 uucp -C -n$2 -m $1.Z orca!/var/spool/uucppublic uncompress $1
send_it chapter1 bob





