Changes

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

RegEx and Vim Cookbook

52 bytes added, 21:12, 21 April 2014
/* Line Feed and Carriage Return */
The following lines were added (+) and removed (-):
Note: UNIX uses LF (line feed) while Macintosh previously used CR (carriage return) and Microsoft uses CRLF (\r\n). Note: UNIX uses LF (line feed) while Macintosh previously used CR (carriage return) and Microsoft uses CRLF (\r\n). Remove all Carriage Return ^M from file   :%s/\r//g