On 5/24/06, Ala'a Ibrahim <[EMAIL PROTECTED]> wrote: > Hello, > Does anyone know how can I write a "\r\n" in unix, I don't want to write a > script, I'm typing directly into a socket (telnet), and I need to type a > CRLF, is there a quick way to do it, I tried the alt thing but it seems that > it doesn't work. > > -- > Ala'a A. Ibrahim > http://www.alaa-ibrahim.info/ > _______________________________________________ > General mailing list > [email protected] > http://mail.jolug.org/mailman/listinfo/general_jolug.org > > >
hold CTRL and press v then m, that gets me a ^M in vim which matches a CRLF. -- --------------------------- Netiquette -> http://www.dtcc.edu/cs/rfc1855.html Netiquette Nazi -> http://redwing.hutman.net/%7Emreed/warriorshtm/netiquettenazi.htm --------------------------- _______________________________________________ General mailing list [email protected] http://mail.jolug.org/mailman/listinfo/general_jolug.org
