I have a directory named “–table” that i’d like to remove. I tried rmdir –table, rmdir –table and still it wouldnt work. What is the correct method ?..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
--in the middle signals the end of options.The rm man page states
Although it does not state it, the double-hyphen is used by many unix commands (e.g. rmdir) to separate options from the rest of the arguments.