Complete.Org: Mailing Lists: Archives: discussion: March 1999:
Re: [aclug-L] rmdir question
Home

Re: [aclug-L] rmdir question

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] rmdir question
From: "Maverick, Ven-Han Ieong" <vhieong@xxxxxxxxxxxxxxxxxx>
Date: Thu, 25 Mar 1999 16:14:41 -0600 (CST)
Reply-to: aclug-L@xxxxxxxxxxxx

Yes, thank you so mcuh, I play around it using 
mkdir -- " -p : : "
to create a direcotry show like
drwxrwxr-x   2 vxieong  vxieong      1024 Mar 25 16:15  -p : : 

now I know I need to use
ls -lQ to check know that it is 
drwxrwxr-x   2 vxieong  vxieong      1024 Mar 25 16:15 "\ -p\ :\ :\ "

so I use 
rmdir -- "./ -p : : "/
to remove it. Thank you so much and John 's trick.

                                                Ieong

On Thu, 25 Mar 1999, Jeff wrote:

->On Thu, 25 Mar 1999, Maverick, Ven-Han Ieong wrote:
->
->> it works!
->
->Yay!
->
->> Just for my knowledge, how do you know the directory name is contain space 
or
->> not? Thanks
->
->If your shell has filename expansion, and the filename doesn't start with
->anything crazy, you can do:
->
->$ more f[TAB]
->
->and the shell will put quotes around it for you.
->
->You can also do 'ls -lQ' or 'ls -lb'.
->
->John's trick is a good one to remember, too.
->
->-jeff
->
->---
->This is the Air Capital Linux Users Group discussion list.  If you
->want to unsubscribe, send the word "unsubscribe" to
->aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
->message to aclug-L@xxxxxxxxxxxx.
->
->

---
This is the Air Capital Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]