(command.CommandList
  children: [
    (command.Simple
      words: [
        {<xargs>}
        {<perl>}
        {<-n>}
        {<-i>}
        {<-e>}
        {(SQ <'\n'> <'\tprint;\n'> <'\ts/\\$(Id|OpenBSD): [^\\$]*/\\$FreeBSD/ && print;\n'>)}
      ]
      redirects: [(redir.Redir op:<Id.Redir_Less '<'> fd:-1 arg_word:{<keywords>})]
    )
    (command.Simple
      words: [
        {<xargs>}
        {<perl>}
        {<-n>}
        {<-i>}
        {<-e>}
        {
          (SQ <'\n'> <'\tprint;\n'> 
            <'\tm/^\\#include "includes.h"/ && print "__RCSID(\\"\\$FreeBSD\\$\\");\\n";\n'>
          )
        }
      ]
      redirects: [(redir.Redir op:<Id.Redir_Less '<'> fd:-1 arg_word:{<rcsid>})]
    )
  ]
)