2007-06-06から1日間の記事一覧

ruby df

IO.popen('df') { |io| while line = io.gets() puts line if line.split(' ')[5] == '/' end } ftp://ftp.kek.jp/kek/unix4hep/html/df1.html