ユーザ用ツール

サイト用ツール


chdir

chdir

Ruby の Dir.chdir

ブロックが使える。

  Dir.chdir("/etc/apache2") {
    back = Time.new.strftime("%Y%m%d-%H%M%S")
    system "sudo mv httpd.conf httpd.conf.#{back}"
  }
chdir.txt · 最終更新: 2010/06/18 07:02 (外部編集)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki