public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* deleting non-empty directories
@  Glenn at home
   ` Gregory Nowak
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Glenn at home @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I have been trying to remove some messed up directories in my ftp 
directories.
I have tried rmdir DirName
and this does not work because they are not empty, and I cannot get into 
them since their folder names are causing me problems.
What is the command for deleting non-empty folders?
Thanks




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: deleting non-empty directories
   deleting non-empty directories Glenn at home
@  ` Gregory Nowak
   ` Luke Yelavich
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Glenn at home, Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

rm -r DirName

Greg


On Thu, Feb 10, 2005 at 09:37:05PM -0600, Glenn at home wrote:
> I have been trying to remove some messed up directories in my ftp 
> directories.
> I have tried rmdir DirName
> and this does not work because they are not empty, and I cannot get into 
> them since their folder names are causing me problems.
> What is the command for deleting non-empty folders?
> Thanks
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> !DSPAM:420c287389301742315983!
> 
> 

- -- 
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFCDC8V7s9z/XlyUyARAnBGAKCwmN+FlHo6t9X94ThOhodg0vk3lACgvLaK
K6gBthlLIk4G/ZaU77ObbzM=
=oH9J
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: deleting non-empty directories
   deleting non-empty directories Glenn at home
   ` Gregory Nowak
@  ` Luke Yelavich
     ` Thanks Luke.Re: " Glenn at home
   ` Joseph C. Lininger
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: Luke Yelavich @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

On Fri, Feb 11, 2005 at 02:37:05PM EST, Glenn at home wrote:
> I have been trying to remove some messed up directories in my ftp 
> directories.
> I have tried rmdir DirName
> and this does not work because they are not empty, and I cannot get into 
> them since their folder names are causing me problems.
> What is the command for deleting non-empty folders?

rm -r directory-name

Luke


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Thanks Luke.Re: deleting non-empty directories
   ` Luke Yelavich
@    ` Glenn at home
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn at home @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.


----- Original Message ----- 
From: "Luke Yelavich" <themuso@themuso.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, February 10, 2005 10:06 PM
Subject: Re: deleting non-empty directories


On Fri, Feb 11, 2005 at 02:37:05PM EST, Glenn at home wrote:
> I have been trying to remove some messed up directories in my ftp 
> directories.
> I have tried rmdir DirName
> and this does not work because they are not empty, and I cannot get into 
> them since their folder names are causing me problems.
> What is the command for deleting non-empty folders?

rm -r directory-name

Luke

_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: deleting non-empty directories
   deleting non-empty directories Glenn at home
   ` Gregory Nowak
   ` Luke Yelavich
@  ` Joseph C. Lininger
   ` Sean McMahon
   ` Lorenzo Prince
  4 siblings, 0 replies; 7+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: Glenn at home, Speakup is a screen review system for Linux.

Glen,
Try this:

rm -rf "dirname"

Notice the quotation marks.

-- 
Profanity is the language all programmers know best.
Joseph C. Lininger
jbahm@pcdesk.net
Verification: 5eab38a77ac40416e075be8f50607ff7

On Thu, 10 Feb 2005, Glenn at home wrote:

> I have been trying to remove some messed up directories in my ftp
> directories.
> I have tried rmdir DirName
> and this does not work because they are not empty, and I cannot get into
> them since their folder names are causing me problems.
> What is the command for deleting non-empty folders?
> Thanks
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: deleting non-empty directories
   deleting non-empty directories Glenn at home
                   ` (2 preceding siblings ...)
   ` Joseph C. Lininger
@  ` Sean McMahon
   ` Lorenzo Prince
  4 siblings, 0 replies; 7+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Glenn at home, Speakup is a screen review system for Linux.

Go to the directory above the directory you want to delete and type rm-rf
directory name.
----- Original Message ----- 
From: "Glenn at home" <GlennErvin@cableone.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, February 10, 2005 8:37 PM
Subject: deleting non-empty directories


> I have been trying to remove some messed up directories in my ftp
> directories.
> I have tried rmdir DirName
> and this does not work because they are not empty, and I cannot get into
> them since their folder names are causing me problems.
> What is the command for deleting non-empty folders?
> Thanks
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: deleting non-empty directories
   deleting non-empty directories Glenn at home
                   ` (3 preceding siblings ...)
   ` Sean McMahon
@  ` Lorenzo Prince
  4 siblings, 0 replies; 7+ messages in thread
From: Lorenzo Prince @  UTC (permalink / raw)
  To: speakup

Try

rm -R <dirname>

If You can use tab completion if the name is causing you problems.

Lorenzo


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 deleting non-empty directories Glenn at home
 ` Gregory Nowak
 ` Luke Yelavich
   ` Thanks Luke.Re: " Glenn at home
 ` Joseph C. Lininger
 ` Sean McMahon
 ` Lorenzo Prince

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).