(command.Pipeline
  children: [
    (C {(find)} {(word_part.EscapedLiteral token:<Lit_EscapedChar '\\('>)} {(-type)} {(d)} {(-a)} 
      {(word_part.EscapedLiteral token:<Lit_EscapedChar '\\('>)} {(-name)} {(SQ <.git>)} {(-o)} {(-name)} {(SQ <.svn>)} {(-o)} {(-name)} {(SQ <CVS>)} 
      {(word_part.EscapedLiteral token:<Lit_EscapedChar '\\)'>)} {(word_part.EscapedLiteral token:<Lit_EscapedChar '\\)'>)} {(-prune)} {(-o)} 
      {(word_part.EscapedLiteral token:<Lit_EscapedChar '\\('>)} {(-type)} {(f)} {(-print0)} {(word_part.EscapedLiteral token:<Lit_EscapedChar '\\)'>)}
    )
    (C {(xargs)} {(-r0)} {(file)})
    (command.Simple
      words: [{(grep)} {(-F)} {(DQ ('text, with CRLF'))}]
      more_env: [(env_pair name:LANG val:{(C)})]
    )
    (C {(cut)} {(-d) (Lit_Other ':')} {(-f1)})
  ]
  negated: F
)