7
2
It seems to me that Ruby is far more powerful, and you can also do more powerful scripting with it.
Are there any open source implementations out there that could replace Bash with Ruby on Ubuntu, so that you can use Ruby instead of Bash commands.
Like a Ruby shell instead the Bash shell.
1how are you going to do
ls
? – hasen – 2010-08-28T11:50:59.0231A question for superuser.com? – Merlyn Morgan-Graham – 2010-08-28T12:03:11.530
@hassen: thats why im looking to a shell-specific ruby implementation. Maybe they have their own methods. But in this case, i can combine things better if it's all the same language. – ajsie – 2010-08-28T12:14:30.050
@hasen in irb: Dir.entries('.') :) – Ziggy – 2012-07-31T05:41:40.837