文件操作 - hello2.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/gettext-3.4.9/samples/hello2.rb
编辑文件内容
#!/usr/bin/ruby # hello2.po - sample for _() and module # # Copyright (C) 2002-2004 Masao Mutoh # This file is distributed under the same license as gettext. require 'rubygems' require 'gettext' module Hello include GetText base_dir = File.dirname(__FILE__) bindtextdomain("hello2", :path => File.join(base_dir, "locale")) module_function def hello num = 1 puts _("One is %{num}\n") % {:num => num} puts _("Hello %{world}\n") % {:world => _("World")} end end Hello.hello
修改文件时间
将文件时间修改为当前时间的前一年
删除文件