Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!lgc.com!max From: max@lgc.com (Max Heffler) Newsgroups: comp.unix.questions Subject: Re: cu - cant seem to get ~%take working Summary: Switch to Bourne shell first Keywords: cu Message-ID: <1990Nov2.233846.10985@lgc.com> Date: 2 Nov 90 23:38:46 GMT References: <272F1280.18291@maccs.dcss.mcmaster.ca> Sender: news@lgc.com Distribution: comp.unix.questions Organization: Landmark Graphics Corp., Houston, Tx Lines: 16 Nntp-Posting-Host: maxsun.lgc.com In article <272F1280.18291@maccs.dcss.mcmaster.ca> cs3ea3aq@maccs.dcss.mcmaster.ca (Kerr PM) writes: > >I am trying to transfer a file from school to my home, ~%put works fine >but when I try and use ~%take I get the following message >stty -echo; if test -r ; then (echo '~>':; cat ;echo '~>'); >else echo cant\'t open: ; fi; stty echo >badly placed ()'s >stty -echo; if test -r ; then (echo '~>':; cat ;echo '~>');else When I have had this problem, it was an interaction problem with the C shell. Try using the Bourne shell just before this operation. It works for me... -- Max Heffler internet: max@lgc.com Landmark Graphics Corp. uucp: ..!uunet!lgc!max 333 Cypress Run, Suite 100 phone: (713) 579-4751 Houston, Texas 77094