home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11149 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.1 KB  |  36 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!pipex!ibmpcug!gtoal
  3. From: gtoal@rachel.ibmpcug.co.uk (Graham Toal)
  4. Subject: [386bsd] Naive uucp question
  5. Organization: The IBM PC User Group On-line services
  6. Date: Tue, 12 Jan 1993 04:06:59 GMT
  7. Message-ID: <C0q3Fq.4vI@ibmpcug.co.uk>
  8. Sender: news@ibmpcug.co.uk (News System Administration)
  9. Nntp-Posting-Host: rachel.ibmpcug.co.uk
  10. Lines: 24
  11.  
  12.  
  13. Too trivial a question to bother the guru with...
  14.  
  15. When I do:
  16.    cd /tmp
  17.    echo Test > zzz
  18.    uucp zzz cursci\!zzz
  19.  
  20. it queues a request to copy my /tmp/zzz to cursci's /tmp/zzz - is this
  21. the expected behaviour?  I don't see why it's putting my default current
  22. directory on the *output* file on another system.  The reason it's a problem
  23. for me is that the remote system is a DOS box running UUPC and what I really
  24. want to do is:
  25.    uucp zzz cursci\!p:/some/dir/zzz
  26. i.e. write the output at cursci to a file which isn't on the default drive.
  27. (I've worked out the uupc runes to allow this I think - PUBDIR=/ PUBDIR=p:/
  28. in the permissn file)
  29.  
  30. How do I pass the output file name p:something without it having either
  31. my local current dir prepended, or the remote pub dir?
  32.  
  33. Thanks
  34.  
  35. Graham
  36.