I have a large number of big json files and I cannot open all of them at the same time. I'm trying to merge them into one json file, but all the solutions I find on SO (e.g., this) require opening the files which causes my machine to crash. I was wondering if there's a way to merge them without opening them
            Asked
            
        
        
            Active
            
        
            Viewed 66 times
        
    1
            
            
         
    
    
        Penguin
        
- 1,923
- 3
- 21
- 51
- 
                    1You are having troubles working with large JSON files and now you want to solve that by creating an even larger one? – Klaus D. Apr 28 '23 at 02:55
- 
                    Haha yea that might sound a bit silly. But, I need to upload one file as a dataset somewhere, hence the question – Penguin Apr 28 '23 at 04:20
- 
                    Hope this will work for you. https://stackoverflow.com/questions/29636331/merging-json-files-using-a-bash-script – Berlin Benilo Apr 28 '23 at 05:04