Feb 5, 2004 #1 ersatz Programmer Joined Oct 29, 2002 Messages 114 Location US Hi I created par error a directory named –ltr How can I remove this directory? I used rmdir –ltr but don’ t work Any idea, please?
Hi I created par error a directory named –ltr How can I remove this directory? I used rmdir –ltr but don’ t work Any idea, please?
Feb 5, 2004 #2 Chacalinc Vendor Joined Sep 2, 2003 Messages 2,043 Location US try rmdir "-ltr" Upvote 0 Downvote
Feb 5, 2004 #3 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR rmdir /path/to/-ltr Hope This Help PH. Upvote 0 Downvote
Feb 5, 2004 #4 Chacalinc Vendor Joined Sep 2, 2003 Messages 2,043 Location US use PHV post, that's working.. mine should be rm ./-ltr Upvote 0 Downvote
Feb 5, 2004 #5 aigles Technical User Joined Sep 20, 2001 Messages 464 Location FR You can also use the syntax : rmdir -- -ltr Jean Pierre. Upvote 0 Downvote
Feb 5, 2004 Thread starter #6 ersatz Programmer Joined Oct 29, 2002 Messages 114 Location US Thanks to all. You are very prompt. I tested rm ./-ltr and it work. Many thanks again Upvote 0 Downvote