[olug] Unix Tip: FIND AND EDIT IN ONE

floyd floyd at localhost.localdomain
Mon Nov 25 07:14:00 UTC 2002


Well, I punched "Gimp tutorials" into Google and got 34,400 results. You
may want to start there.

Peachpit Press has a good Visual Quickstart Guide on the Gimp.  No
tutorials, it just shows you how to use all of the tools. Also check out
O'reilly's "GIMP Pocket Reference".

Conceptually you can do just about anything in the Gimp that you could
do in Photoshop. You may want to take a look at some Photoshop sites
around the web for inspiration.

I also can't pass up the chance to plug Blender, which is another great
graphics app for 3D work. Blender went GPL recently. Go to blender.org
for a download.

On Sun, 2002-11-24 at 15:39, Nate wrote:
> Can someone tell me where to find a GIMP turorial?  I have not looked at 
> GIMP since I had Red Hat 6 or something like that.  Gimp Looks awesome 
> except I need to learn what everything is.
> 
> Thanks,
> Nate
> 
> 
> Unix Guru Universe wrote:
> 
> >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >
> >			      UNIX GURU UNIVERSE 
> >			         UNIX HOT TIP
> >
> >			Unix Tip 2154 - November 24, 2002
> >
> >		    http://www.ugu.com/sui/ugu/show?tip.today
> >
> >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >
> >
> >FIND AND EDIT IN ONE
> >
> >Have You Ever found a need to find a file for a particular pattern and then
> >edit the same ?? 
> >
> >Here is an easiest way....
> >
> >At the UNIX prompt,
> >Just type:
> >
> >vi `find . -name "*" -exec grep -l "pattern" {} \; -print`
> >
> >Where "pattern" is the string to be searched.
> >
> >
> >
> >
> >--------------------------------------------------------------------------
> >To Subscribe:    http://www.ugu.com/sui/ugu/show?tip.subscribe
> >To Unsubscribe:  http://www.ugu.com/sui/ugu/show?tip.unsubscribe
> >To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today
> >
> >==========================================================================
> >DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
> >NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX 
> >GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU  ADVISES THAT 
> >ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.
> >
> >Unix Guru Universe - www.ugu.com - tips at ugu.com - Copyright 1994-2001
> >==========================================================================
> >
> >_______________________________________________
> >OLUG mailing list
> >OLUG at olug.org
> >http://lists.olug.org/mailman/listinfo/olug
> >
> >  
> >
> 
> 
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug




More information about the OLUG mailing list