7

I don't like big text configuration files. So, I would like to split my rc.xml file into multiple files:

rc.xml rc.keyboard.xml rc.mouse.xml 

    1 Answer 1

    2

    Why don't you just split it in the files you propose and then just cat them all together?

    cat rc-something.xml rc.keyboard.xml rc.mouse.xml > rc.xml

    The only problem is that you will need to cat them each time you modify one of the individual files, but that should be trivial..

    1
    • Unfortunately, this is the only way yet :/
      – kravemir
      CommentedMay 28, 2012 at 16:19

    You must log in to answer this question.

    Start asking to get answers

    Find the answer to your question by asking.

    Ask question

    Explore related questions

    See similar questions with these tags.