Community
    • Login

    Sort lines ascending

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 4 Posters 277 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.
    • Jose Emilio OsorioJ
      Jose Emilio Osorio
      last edited by

      Hi,

      How can I sort lines ascending with 2 conditions:

      Example (text original):
      0004;0000020
      0001;0000012
      0003;0000101
      0001:0000008

      Want (result):
      0001;000008
      0001;000012
      0003;000101
      0004;000020

      Thanks for your help.

      PeterJonesP Terry RT Neil SchipperN 3 Replies Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @Jose Emilio Osorio
        last edited by

        @Jose-Emilio-Osorio ,

        Umm… the result you want is what you get when you sort lexicographically ascending.

        1 Reply Last reply Reply Quote 3
        • Terry RT
          Terry R @Jose Emilio Osorio
          last edited by

          @Jose-Emilio-Osorio said in Sort lines ascending:

          How can I sort lines ascending with 2 conditions:

          Did you try your example with the Notepad++ sorting functions. It does work, however there may be instances where it doesn’t achieve the desired result. That’s because the Notepad++ sort function just sorts the characters reading across each line. There is no ability to template the different fields in each line to consider a “tiered” approach to sorting.

          Terry

          1 Reply Last reply Reply Quote 2
          • Neil SchipperN
            Neil Schipper @Jose Emilio Osorio
            last edited by

            @Jose-Emilio-Osorio The (many!) sort commands are located under (menu) Edit -> Line operations.

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