[Linux-disciples] Clear out gnutella

Karl Sokol revkarl at gmail.com
Fri Jul 29 12:34:58 EDT 2005


Got it. Thanks.

On 7/29/05, Stephen R Laniel <steve at laniels.org> wrote:
> 
> On Fri, Jul 29, 2005 at 11:14:16AM -0500, Karl Sokol wrote:
> > I am still trying to learn basic syntax. When looking for ./fubar3, what 
> does
> > the second "." mean in the search ".*b.*3"? I have noticed that if I 
> fill
> > space with a letter that it gets ignored as well.
> 
> Well, be careful: the meaning of '.*b.*3' is different in
> the 'find' command depending on whether you're using the
> '-iregex' argument instead of the '-iname' argument. The
> iname argument uses shell wildcards, so
> 
> find ~ -iname '.*b.*3'
> 
> looks for any file under your home directory that begins
> with a literal dot, then has any number of characters, then
> has a literal 'b', then a literal dot, then any number of
> characters, then a literal '3'. So the filename
> '.foob.stuff3' matches, but the file 'foobstuff3' does not.
> 
> Now, if you use the iregex argument, find is now looking for
> files that begin with any number of characters, followed by
> a 'b', followed by any number of characters, followed by a
> '3'. So now 'foobstuff3' matches, as does '.foob.stuff3'.
> 
> Does that make sense?
> 
> --
> Stephen R. Laniel
> steve at laniels.org
> +(617) 308-5571
> http://laniels.org/
> PGP key: http://laniels.org/slaniel.key
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (GNU/Linux)
> 
> iD8DBQFC6lg+Ha1lzVGot+YRAh4QAJ9YO/rs9uwl9YagrKnfrowcmG+jhwCfWgBG
> p9tn9sABNNiczXaK71fdP2M=
> =LM3A
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> Linux-disciples mailing list
> Linux-disciples at lists.bostoncoop.net
> http://lists.bostoncoop.net/mailman/listinfo/linux-disciples
> 
> 
> 


-- 
Grace and Peace,
Karl Sokol

"Do all the good you can, by all the means you can, 
in all the ways you can, in all the places you can, 
at all the times you can, to all the people you can, 
as long as ever you can." ---John Wesley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bostoncoop.net/pipermail/linux-disciples/attachments/20050729/f1efac22/attachment.html


More information about the Linux-disciples mailing list