From: nobu.nokada@... Date: 2002-01-22T13:38:03+09:00 Subject: Re: Windows ruby(cygwin version) Command Expansion Hi, At Tue, 22 Jan 2002 11:31:15 +0900, Songsu Yun wrote: > Why does command expansion not work in cygwin version of Windows ruby ? > I get "command not found: dir" message when I use `dir`. > I downloaded version 1.6.5 from www.pragmaticprogrammer.com > It works OK in mswin32 version. Since cygwin isn't Windows, of course it has no command `dir' by default. `ls' is used instead. -- Nobu Nakada