Re: [aclug-L] rmdir question
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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.
- Re: [aclug-L] rmdir question, (continued)
- Re: [aclug-L] rmdir question, John Goerzen, 1999/03/25
- Re: [aclug-L] rmdir question, Joseph Rose, 1999/03/25
- Re: [aclug-L] rmdir question, Joseph Rose, 1999/03/25
- Re: [aclug-L] rmdir question, John Phillips, 1999/03/25
- Re: [aclug-L] rmdir question, Maverick, Ven-Han Ieong, 1999/03/25
|
|