From: Joseph Pecoraro Date: 2007-12-17T00:08:35+09:00 Subject: Re: Backslashes in Command Line Arguments Sebastian Hungerecker wrote: > Joseph Pecoraro wrote: >> 2) Is there any way around this in Ruby or from the command line (in >> bash) so that I can differentiate between these? > > ~> echo \\ > \ > ~> echo "\\" > \ > ~> echo '\\' > \\ > > > HTH, > Sebastian Sadly, passing those into example.rb to Ruby produces the same undesirable results. Thanks for your help, I didn't know that feature about single quoted strings in bash. -- Posted via http://www.ruby-forum.com/.