Community
    • Login

    Find/copy specific line in all opened files

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 2.2k Views 1 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.
    • Markus SulkM Offline
      Markus Sulk
      last edited by

      Let´s say that we have 75 files opened in notepad ++. There´s only in line in each of all these files that I´m interested in and it´s always the same line, line 74.

      I´d like to copy every line 74 in all opened files to a new txt file, is this possible? I´ve tried macros but without any success.

      If it´s easier, is it possible to search for line 74 in all opened files. If you search for anything and select “Find All in All Opened Documents” you´ll have the search results on the bottom of notepad ++. From there you can just copy the search result to an Excel file.

      1 Reply Last reply Reply Quote 0
      • guy038G Offline
        guy038
        last edited by guy038

        Hello, @markus-sulk and All,

        Not difficult with regex !

        So :

        • Open the Find dialog ( Ctrl + F )

        • Untick all box options

        • SEARCH (?-s)\A(.*\R){73}\K.*\R

        • Select the Regular expression search mode

        • Click on the Find All in All Opened Documents button

        Et voilà !!


        Notes :

        • If the 74th line is empty, it will output that empty line !

        • Any file, with less than 74 lines, is not outputted, too !

        Best Regards,

        guy038

        Markus SulkM 1 Reply Last reply Reply Quote 4
        • Markus SulkM Offline
          Markus Sulk @guy038
          last edited by

          @guy038 , amazing!
          That was just fantastic, made my day, and week!
          Thanks alot!

          1 Reply Last reply Reply Quote 1
          • Selva TNS Offline
            Selva TN
            last edited by

            @guy038 Thank you

            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