edit multiple files in place? #2140
-
| tried below, but it writes edited contents of all files to the first find . -type f -name "*.yaml" -exec yq -i '.kind = "blah"' {} +sorry if this more of a  Via  In   | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            treatmesubj
          
      
      
        Sep 4, 2024 
      
    
    Replies: 1 comment
-
| ah, I just needed to read   | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        treatmesubj
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
ah, I just needed to read
man findand fiddle a bit more