Replacing the end line char

General questions about using WildEdit

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
wedit
Posts: 1
Joined: Mon Jul 17, 2006 4:07 pm

Replacing the end line char

Post by wedit »

I want to use wildedit to replace the end line character in some txt files from UNIX to DOS?

Is it possible? if yes than how ?

Thanks
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: \n
Replace with: \r\n

[X] Regular expression

Options
Literal line break characters:
[X] Linefeed only (Unix)
Post Reply