On 4/2/07, Con Wieland <[EMAIL PROTECTED]> wrote:
> I have found the following bad address using ./find_member -l sscm-l
> "[EMAIL PROTECTED]":
>
> constance.frei^M
> [EMAIL PROTECTED] found in:
>       sscm-l
'^M' is the control character for a carriage return. With bash, doing:
~$ foo '
 > '

will let you type a literal carriage return. This is :
(1) Type your command
(2) Type a single quote ( ' )
(3) Type anything before the line break
(4) Press enter, as if you were going to execute the command
(5) Bash gives you the '> ' prompt; type anything after the line break
(6) Type the closing single quote ( ' )
(7) Press enter, or type in more arguments.

-- 
- Patrick Bogen
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to