help-octave
[Top][All Lists]
Advanced

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

Re: Removing old versions


From: Mike Miller
Subject: Re: Removing old versions
Date: Mon, 25 Jul 2005 19:11:12 -0500 (CDT)

On Mon, 25 Jul 2005, Joe Koski wrote:

Over the last year and a half, my Mac OS X hard disk has accumulated several old and no longer used versions of octave and octave forge. In order to restore the real estate, what is the best strategy? My first thought is to use rm -Rf on each offending directory, but there are many:

This should do it:

\rm -rf ./local/*/octave* ./local/*/*/octave*

You probably ran the find command from /usr and could do this instead of the above:

\rm -rf /usr/local/*/octave* ./local/*/*/octave*

Do you really want to delete these files?:

./share/emacs/21.2/lisp/progmodes/octave*

Maybe not.

Mik



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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