Community
    • Login

    List to line

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 2.9k Views
    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 LevesqueS
      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 FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC
        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 LevesqueS
          Stuart Levesque
          last edited by

          Thank you very much!!!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors