Can Notepad++ automatically split a text file into multiple files?












1















I have a text file that contains a massive amount of words that I would like to make into a number of different text files. Specifically I need to take every 100 words in this file and make a separate text file. So, for example, my existing file has 5000 words. This would create 50 files with 100 words each in them. Is this possible with notepad++?










share|improve this question

























  • @QuickishFM Thanks for the reply. I didnt realize this was such a common question. I am using windows 10 but I have ubuntu 18.04 loaded on another HDD that I can boot to with a computer reset. Thanks for the link. I have been researching.

    – BiscuitDash
    Jan 29 at 17:45
















1















I have a text file that contains a massive amount of words that I would like to make into a number of different text files. Specifically I need to take every 100 words in this file and make a separate text file. So, for example, my existing file has 5000 words. This would create 50 files with 100 words each in them. Is this possible with notepad++?










share|improve this question

























  • @QuickishFM Thanks for the reply. I didnt realize this was such a common question. I am using windows 10 but I have ubuntu 18.04 loaded on another HDD that I can boot to with a computer reset. Thanks for the link. I have been researching.

    – BiscuitDash
    Jan 29 at 17:45














1












1








1








I have a text file that contains a massive amount of words that I would like to make into a number of different text files. Specifically I need to take every 100 words in this file and make a separate text file. So, for example, my existing file has 5000 words. This would create 50 files with 100 words each in them. Is this possible with notepad++?










share|improve this question
















I have a text file that contains a massive amount of words that I would like to make into a number of different text files. Specifically I need to take every 100 words in this file and make a separate text file. So, for example, my existing file has 5000 words. This would create 50 files with 100 words each in them. Is this possible with notepad++?







windows-10 microsoft-word notepad++ text-editing text-formatting






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 29 at 21:28









Worthwelle

2,87831325




2,87831325










asked Jan 29 at 17:16









BiscuitDashBiscuitDash

62




62













  • @QuickishFM Thanks for the reply. I didnt realize this was such a common question. I am using windows 10 but I have ubuntu 18.04 loaded on another HDD that I can boot to with a computer reset. Thanks for the link. I have been researching.

    – BiscuitDash
    Jan 29 at 17:45



















  • @QuickishFM Thanks for the reply. I didnt realize this was such a common question. I am using windows 10 but I have ubuntu 18.04 loaded on another HDD that I can boot to with a computer reset. Thanks for the link. I have been researching.

    – BiscuitDash
    Jan 29 at 17:45

















@QuickishFM Thanks for the reply. I didnt realize this was such a common question. I am using windows 10 but I have ubuntu 18.04 loaded on another HDD that I can boot to with a computer reset. Thanks for the link. I have been researching.

– BiscuitDash
Jan 29 at 17:45





@QuickishFM Thanks for the reply. I didnt realize this was such a common question. I am using windows 10 but I have ubuntu 18.04 loaded on another HDD that I can boot to with a computer reset. Thanks for the link. I have been researching.

– BiscuitDash
Jan 29 at 17:45










1 Answer
1






active

oldest

votes


















1














This can easily be done in Linux with a variety of tools, split being one. I'm assuming you are using Windows however, as you mentioned Notepad++. I don't think theres native Windows tools for it, but you can simply google the problem and find many solutions for it online. This is a common problem and there exist a variety of ways to solve it. Here is an example of one that may work, though not fully automated: https://notepad-plus-plus.org/community/topic/12370/splitting-or-breaking-one-file-into-multiple-smaller-ones. I suggest you research this further and then come back with a specific question on a method, due to how common this question is.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399737%2fcan-notepad-automatically-split-a-text-file-into-multiple-files%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    This can easily be done in Linux with a variety of tools, split being one. I'm assuming you are using Windows however, as you mentioned Notepad++. I don't think theres native Windows tools for it, but you can simply google the problem and find many solutions for it online. This is a common problem and there exist a variety of ways to solve it. Here is an example of one that may work, though not fully automated: https://notepad-plus-plus.org/community/topic/12370/splitting-or-breaking-one-file-into-multiple-smaller-ones. I suggest you research this further and then come back with a specific question on a method, due to how common this question is.






    share|improve this answer




























      1














      This can easily be done in Linux with a variety of tools, split being one. I'm assuming you are using Windows however, as you mentioned Notepad++. I don't think theres native Windows tools for it, but you can simply google the problem and find many solutions for it online. This is a common problem and there exist a variety of ways to solve it. Here is an example of one that may work, though not fully automated: https://notepad-plus-plus.org/community/topic/12370/splitting-or-breaking-one-file-into-multiple-smaller-ones. I suggest you research this further and then come back with a specific question on a method, due to how common this question is.






      share|improve this answer


























        1












        1








        1







        This can easily be done in Linux with a variety of tools, split being one. I'm assuming you are using Windows however, as you mentioned Notepad++. I don't think theres native Windows tools for it, but you can simply google the problem and find many solutions for it online. This is a common problem and there exist a variety of ways to solve it. Here is an example of one that may work, though not fully automated: https://notepad-plus-plus.org/community/topic/12370/splitting-or-breaking-one-file-into-multiple-smaller-ones. I suggest you research this further and then come back with a specific question on a method, due to how common this question is.






        share|improve this answer













        This can easily be done in Linux with a variety of tools, split being one. I'm assuming you are using Windows however, as you mentioned Notepad++. I don't think theres native Windows tools for it, but you can simply google the problem and find many solutions for it online. This is a common problem and there exist a variety of ways to solve it. Here is an example of one that may work, though not fully automated: https://notepad-plus-plus.org/community/topic/12370/splitting-or-breaking-one-file-into-multiple-smaller-ones. I suggest you research this further and then come back with a specific question on a method, due to how common this question is.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 29 at 17:37









        QuickishFMQuickishFM

        43937




        43937






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399737%2fcan-notepad-automatically-split-a-text-file-into-multiple-files%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...