(command.Case
  to_match: {(DQ ($ Id.VSub_DollarName MACH))}
  arms: [
    (case_arm
      pat_list: [{(DQ <u3b2>)} {(DQ <sparc>)} {(DQ <i386>)} {(DQ <ppc>)}]
      action: [
        (command.Simple
          words: [
            {<echo>}
            {
              (DQ <'\n'> <'# Do not modify this file directly.\n'> 
                <'# Use the sharemgr(1m) command for all share management\n'> <'# This file is reconstructed and only maintained for backward\n'> 
                <'# compatibility. Configuration lines could be lost.\n'> <'#\n'> <'#\tshare [-F fstype] [ -o options] [-d '> 
                (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'> ch:'"') <'<text>'> (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'> ch:'"') 
                <'] <pathname> [resource]\n'> <'#\t.e.g,\n'> <'#\tshare  -F nfs  -o rw=engineering  -d '> 
                (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'> ch:'"') <'home dirs'> (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'> ch:'"') <'  /export/home2\n'>
              )
            }
          ]
          redirects: [(redir op:<Id.Redir_Great '>'> loc:(redir_loc.Fd fd:1) arg:{<dfstab>})]
          more_env: []
          do_fork: T
        )
      ]
      spids: [93 109 138 -1]
    )
    (case_arm
      pat_list: [{<Id.Lit_Star '*'>}]
      action: [
        (C {<echo>} {(DQ <'Unknown architecture.'>)})
        (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
      ]
      spids: [141 143 158 -1]
    )
  ]
  redirects: []
)