[NBLUG/talk] Re: KDE vs. Gnome

Steve Johnson gnuguy at gmail.com
Wed Mar 23 15:58:36 PST 2005


I just use 

find / -name "*~" -exec rm -f {}

Once a month =), but your way works too =)

-Steve



On Wed, 23 Mar 2005 14:49:09 -0800, Troy Arnold <troy at zenux.net> wrote:
> On Wed, Mar 23, 2005 at 02:19:41PM -0800, Steve Johnson wrote:
> > On Wed, 23 Mar 2005 12:13:27 -0800 (PST), S. Saunders <sms at sonic.net> wrote:
> > >
> > > > So... vi or emacs? ;)
> >
> > I use joe =)
> >
> > I love cluttering my system up with all those ~ files =)
> 
> >From my lib of bash functions (these two were probably swiped from
> nermal or bolt ;-) )
> 
> rmtil() { rm -fv *~ && rm -fv .*~; }            # remove tilde backup files
> rmtilr(){ find . -name '*~' | xargs rm -fv; }   # " recursively
> 
> _______________________________________________
> talk mailing list
> talk at nblug.org
> http://nblug.org/cgi-bin/mailman/listinfo/talk
> 


-- 
      "Knowing others is wisdom, knowing your self is Enlightenment."
                                                   -- Lao-Tzu
|C8H10N4O2|



More information about the talk mailing list