Community

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

    How to count the occurrences of multiple numbers(specific not random) in a text file?

    General Discussion
    2
    2
    259
    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.
    • Rehan Babar
      Rehan Babar last edited by

      Want to check how many times 855834693 & 855834706 repeated in a file?
      these 2 numbers appeared multiple times in a file and I want their combined count.
      Do you think it is possible?

      Terry R 1 Reply Last reply Reply Quote 0
      • Terry R
        Terry R @Rehan Babar last edited by

        @Rehan-Babar
        It is possible. You need to use a regular expression (regex) in the Find window and have search mode set to “regular expression”.
        Find what:855834693|855834706

        Press the count button.

        This regex uses alternation, that’s the pipe character between the numbers to say either number will count as 1.

        Terry

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