From: Pen Ttt Date: 2010-04-12T20:34:41+09:00 Subject: Re: how to open dbf file with ruby? i haved solved this problem myself 1、to get schema in ubuntu console: pt@pt-laptop:~$ dbf -a /home/pt/test/sh.dbf 2、to get csv file in ubuntu console: dbf -c /home/pt/test/sh.dbf there is a file named /home/pt/sh.csv everything is ok. -- Posted via http://www.ruby-forum.com/.