re: unrecognized option

2003-09-15 Thread J Y
For some unknown reason my orginal terminal output message was truncated here is what I pasted into the orginal message: debianlnx:/dev# pon highstream.net /usr/sbin/pppd: In file /etc/ppp/peers/highstream.net: unrecognized option '/dev/ttyS4' debianlnx:/dev# ---

Re: Unrecognized option: --helpRe: email grabbed by RMAIL emacs

2000-01-03 Thread David Teague
On Fri, 31 Dec 1999, Patrick Kirk wrote: > Thanks! But this is what I got when I tried the script: > $ chmod +x mail-to-mail > $ mail-to-mail RMAIL Archives > bash: mail-to-mail: command not found > > Did I do something wrong? > PS - do you know a URL on how to use rmail? Hi Patrick I think yo

Re: Unrecognized option: --helpRe: email grabbed by RMAIL emacs

1999-12-31 Thread hypnos
On Fri, 31 Dec 1999, Patrick Kirk wrote: > $ mail-to-mail RMAIL Archives > bash: mail-to-mail: command not found > > Did I do something wrong? $ ./mail-to-mail RMAIL Archives bash will search your PATH (echo $PATH) trying to find "mail-to-mail", but if the current directory isn't in your path (

Re: Unrecognized option: --helpRe: email grabbed by RMAIL emacs

1999-12-31 Thread Mark Brown
On Fri, Dec 31, 1999 at 08:20:12PM -, Patrick Kirk wrote: > $ chmod +x mail-to-mail > $ mail-to-mail RMAIL Archives > bash: mail-to-mail: command not found > Did I do something wrong? The current directory is not in the default path. Say ./mail-to-mail instead. -- Mark Brown mailto:

Re: Unrecognized option: --helpRe: email grabbed by RMAIL emacs

1999-12-31 Thread Patrick Kirk
Thanks! But this is what I got when I tried the script: $ chmod +x mail-to-mail $ mail-to-mail RMAIL Archives bash: mail-to-mail: command not found Did I do something wrong? Patrick PS - do you know a URL on how to use rmail?