Re: [newbie] sending carriage return from .sh script

2002-01-12 Thread Miark
In perl, you could send a newline character: \n or the Control-M: \cM But I dunno about shell scripts. Miark - Original Message - From: "tek1" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 12, 2002 1:43 AM Subject: [newbie] sending carriage

Re: [newbie] sending carriage return from .sh script

2002-01-12 Thread Dan Butler
I believe it's a ^M Can always give it a try while you wait for someone else who is sure. Dan B - Original Message - From: "tek1" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 12, 2002 3:43 AM Subject: [newbie] sending carriage retur

[newbie] sending carriage return from .sh script

2002-01-12 Thread tek1
one of my scripts logs into a cvs site and i want to send a carriage return as the next command so that i can (automatically) log in anonymously (return = anonymous login). the script pauses when the cvs site asks for the password though, and i have to hit return manually. after that though,