Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    List to line

    Help wanted · · · – – – · · ·
    2
    3
    1958
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Stuart Levesque
      Stuart Levesque last edited by

      I have a text file that has list of 400 computers and need to turn that into 1 line.

      Computer1
      Computer2
      Computer3
      Computer4

      to

      Computer1, Computer2, Computer3, Computer4

      Is there an easy way to do this in Notepad++?
      Thanks

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @Stuart Levesque last edited by

        @Stuart-Levesque

        Yes, CTRL+A, CTRL+J if space separated is good enough,
        otherwise use find/replace dialog and mark Extended in Search Mode,
        use

        find what:\r\n 
        

        and

        replace with:,
        

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Stuart Levesque
          Stuart Levesque last edited by

          Thank you very much!!!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors