Path: utzoo!attcan!lsuc!maccs!cs3ea3aq From: cs3ea3aq@maccs.dcss.mcmaster.ca (Kerr PM) Newsgroups: comp.unix.questions Subject: cu - cant seem to get ~%take working Message-ID: <272F1280.18291@maccs.dcss.mcmaster.ca> Date: 31 Oct 90 18:05:51 GMT Distribution: comp.unix.questions Organization: McMaster University, Hamilton, Ontario, Canada Lines: 7 Keywords:cu Sender:cs3ea3aq 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