From: Dave Burt Date: 2006-05-19T15:50:26+09:00 Subject: Re: Disk Free Space (Re: Who Wants to Be a Scripting Guy?) Dave Burt wrote: > `df -k #{dir}`[/\n.{20} (\d+)/, 1].to_i should be `df -k #{dir}`[/\n.{20} (\d+)/, 1].to_i * 1024 Cheers, Dave