Warren Small <[EMAIL PROTECTED]> wrote:

>I have not tried to install using LWQ but I couldn't
>help but notice some differences in the way things are installed using LWQ
>versus the INSTALL files. Now which is right? 

Question: Which of the following is the right way to remove a file
in the current directory named "-i":

  A. rm ./-i
  B. rm `pwd`/-i
  C. rm -i foo -i
  D. rm -- -i
  E. all of the above

Answer: E

-Dave

Reply via email to