Question: ruby vs. ksh

Is that standard library in 1.45? Last time I upgraded to 1.6 all of my getopt functions stopped working… along with any pattern that had a ‘/’ (as a standard character) in a .

David Douthitt
CUNA & Affiliates
UNIX Systems Administrator
ddouthitt@cuna.coop

list@NOSPAMchromatic-harp.com 7/2/02 2:56AM >>>

PS: How do I do mkdir -p in ruby?

require ‘ftools’
File.mkpath(‘foo/bar’)

Massimiliano

···

On Tue, Jul 02, 2002 at 08:20:11AM +0900, David Douthitt wrote: