Class: CDO_SET_T_UNITS_DAYS_cmd

Inherits:
CDO_cmd show all
Defined in:
lib/file_command.rb

Instance Method Summary collapse

Methods inherited from CDO_cmd

#command_success?

Methods inherited from OutofplaceCommand

#cmd_txt, #inplace?

Methods inherited from FileCommand

#run

Instance Method Details

#cmd_txt_outofplace(infiles, outfile) ⇒ Object



127
128
129
# File 'lib/file_command.rb', line 127

def cmd_txt_outofplace(infiles, outfile)
  %Q(#{SYSTEM_COMMANDS::CDO} settunits,days #{infiles.join(' ')} #{outfile})
end