rubyでファイルの存在チェック
Ruby
ソース [#k75b63f7] if File.exist?("./test.txt") then puts "FILE exist" else puts "FILE not exist" end
One minute to read
ps aux | grep httpd | grep -v grep | wc -l
if psck.to_i > 1 then puts "NG" else push "OK" end to_i [#b1fdf60a] 数値
to_s [#z8ee160d] 文字列
date +%Y%m%d
$ vim .bash_profile — PATH= /.rbenv/shims:"$PATH" — $ source .