Re: How do I - Directory manipulation

1998-06-07 Thread Marcus Brinkmann
On Sun, Jun 07, 1998 at 10:36:08AM +, [EMAIL PROTECTED] wrote: > > AFter using emacs some mysterious directories have appeared that I cannot > remove > #this dir# How do I get rid of these? rm \#this\ dir\# would escape the special characters. There are other solutions to escape characters

Re: How do I - Directory manipulation

1998-06-07 Thread Liran Zvibel
On Sun, 7 Jun 1998 [EMAIL PROTECTED] wrote: > 3 questions > > How do I delete a directory with all subdirectories and files (similar to deltree)? > rm -r dirname > AFter using emacs some mysterious directories have appeared that I cannot > remove > #this dir# How do I get rid of these? > Yo

Re: How do I - Directory manipulation

1998-06-07 Thread Martin Str|mberg
In article <[EMAIL PROTECTED]> you wrote: : 3 questions : : How do I delete a directory with all subdirectories and files (similar to deltree)? "rm -fr directory". : AFter using emacs some mysterious directories have appeared that I cannot remove : #this dir# How do I get rid of these? This i

How do I - Directory manipulation

1998-06-07 Thread lanceh
3 questions How do I delete a directory with all subdirectories and files (similar to deltree)? AFter using emacs some mysterious directories have appeared that I cannot remove #this dir# How do I get rid of these? I downloaded a file using lynx and now cannot find it. I tried 'find' but coul