cu - cant seem to get ~%take working

Kerr PM cs3ea3aq at maccs.dcss.mcmaster.ca
Thu Nov 1 05:05:51 AEST 1990


I am trying to transfer a file from school to my home, ~%put works fine
but when I try and use ~%take <file> I get the following message
stty -echo; if test -r <file>; then (echo '~>':<file>; cat <file>;echo '~>');
else echo cant\'t open: <file>; fi; stty echo
badly placed ()'s
stty -echo; if test -r <file>; then (echo '~>':<file>; cat <file>;echo '~>');else 



More information about the Comp.unix.questions mailing list