bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #22646] RFE: -I option for rm: prompt once on directories


From: James Youngman
Subject: [bug #22646] RFE: -I option for rm: prompt once on directories
Date: Mon, 17 Mar 2008 22:38:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080129 Iceweasel/2.0.0.12 (Debian-2.0.0.12-1)

Follow-up Comment #1, bug #22646 (project coreutils):

No need to change coreutils to get this behaviour:

$ find . -depth -mindepth 1  -type d  -ok rm -rf {} ;
< rm ... ./wimpole > ? y
< rm ... ./baz > ? y
< rm ... ./quux > ? y
< rm ... ./foo/bar > ? y
< rm ... ./foo > ? y
< rm ... ./ugh > ? y


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22646>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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