(CommandList
  children: [
    (SimpleCommand
      words: [
        {(echo)}
        {
          (DQ ("\n") ("[global]\n") ("auth cluster required = none\n") 
            ("auth service required = none\n") ("auth client required = none\n") ("\n") ("[mon.a]\n") ("host = cephbox\n") ("mon addr = ") 
            ($ VSub_Number "$1") ("\n") ("\n") ("[osd]\n") ("osd journal size = 128 \n") ("journal dio = false\n") ("\n") ("[osd.0]\n") 
            ("osd host = cephbox\n")
          )
        }
      ]
      redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(/etc/ceph/ceph.conf)} spids:[77])]
    )
  ]
)