Community
    • Login

    List to line

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 3.3k Views 2 Watching
    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 Offline
      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 Offline
        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 Offline
          Stuart Levesque
          last edited by

          Thank you very much!!!

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors