Ruby on Rails Friday, April 1, 2011

But rem worked!

On Apr 1, 4:43 pm, wordmystic <bwilson...@yahoo.com> wrote:
> Actually I took a guess at del and got back:  Invalid switch -
> "index.html".
>
> On Apr 1, 3:25 pm, Chris Mear <chrism...@gmail.com> wrote:
>
>
>
>
>
>
>
> > On 1 Apr 2011, at 22:31, wordmystic wrote:
>
> > > I typed, "rm public/index.html"
>
> > > Got back, "'rm is not recognized as an internal or external command,
> > > operable program or batch file."
>
> > It sounds like you're on Windows. When you're reading tutorials that have UNIX commands in, you'll need to use the Windows equivalent instead. 'rm' deleted files, so in the Windows command prompt you'd use 'del' instead.
>
> > The good news is that once you start writing Ruby code and using the Rails APIs, they're mostly platform-independent, so you should have less trouble with the tutorials.
>
> > Chris

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment