Editing huge text files

Discussion in 'Content Management' started by msking, Apr 25, 2008.

  1. #1
    I have a large text file in the following form:

    abcd:
    efgh

    1234:
    5678

    I need it in:

    abcd:efgh
    1234:5678

    I know i can edit it by hand but it is a very large file. Is there anyway I can automate this process?
     
    msking, Apr 25, 2008 IP
  2. Kylven

    Kylven Peon

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Copy the text into MSWord

    Click Edit > Replace > Click on the More button

    In the Find What area put a colon then click special button and choose manual line break

    In the Replace with area just put a colon

    this will replace your colon(Line Break) with just a colon putting the two together and leaving the space between lines
     
    Kylven, Apr 25, 2008 IP