delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/01/14/16:06:09

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Tue, 14 Jan 2003 16:05:35 -0500 (EST)
From: Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu>
Reply-To: cygwin AT cygwin DOT com
To: Ralf Hauser <hauser AT acm DOT org>
cc: cygwin AT cygwin DOT com
Subject: Re: Move to Windows Recycle Bin instead of deleting
In-Reply-To: <b01p2e$pov$1@main.gmane.org>
Message-ID: <Pine.GSO.4.44.0301141558150.10883-100000@slinky.cs.nyu.edu>
Importance: Normal
MIME-Version: 1.0

On Tue, 14 Jan 2003, Ralf Hauser wrote:

> Is there a way to have the files moved to the windows recycle bin from
> the cygwin shell window/command line?

Yes.  In your ~/.bashrc:

RECYCLE_BIN_PATH="<location of your recycle bin>"
function rm() { mv "$@" "$RECYCLE_BIN_PATH" }

The one gotcha of the above is that "mv" will get the options passed to
"rm" - not sure if there are any discrepancies.  However, if you stick to
"rm -r" and "rm -f", you should be fine.

The procedure for finding the location of the recycle bin depends on your
operating system and your setup.  On my Win2k machine, I can simply use

RECYCLE_BIN_PATH="/cygdrive/c/RECYCLER/`ls -t /cygdrive/c/RECYCLER|head -1`"

	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor AT watson DOT ibm DOT com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019