• Login
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.
  • S
    Stuart Levesque
    last edited by Aug 1, 2017, 5:01 PM

    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

    C 1 Reply Last reply Aug 1, 2017, 6:55 PM Reply Quote 0
    • C
      Claudia Frank @Stuart Levesque
      last edited by Aug 1, 2017, 6:55 PM

      @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
      • S
        Stuart Levesque
        last edited by Aug 1, 2017, 7:40 PM

        Thank you very much!!!

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