Re: landscape architecture software

2009-10-30 Thread Cole Tuininga
Greg Rundlett (freephile) wrote: I wanted to do some modelling of my home landscaping. Anyone know of an application that does this (Linux-compatible of course)? There are many software packages available for Windows, but I can't seem to find any that are linux compatible. I thought to try

Re: grep, maybe

2009-10-30 Thread Ken D'Ambrosio
After a night's sleep, I realized I might even be able to make Ben happy: #!/bin/sh cd /path/to/toplevel/dir find -type d | while read i do grep moe $i/* /dev/null echo $i done | while read d do mv $d /path/to/destination || echo mv for $d didn't work: $? done -Ken P.S. It deals

Re: Remember your pearls [was grep, maybe]

2009-10-30 Thread Tom Buskey
On Thu, Oct 29, 2009 at 11:01 PM, Greg Rundlett (freephile) g...@freephile.com wrote: Not an answer to the OP, but a follow-on. So, you've worked out a magnificent one-liner solution to a interesting and recurring task. How do you 'remember' your solution? Do you create a file with

Re: Remember your pearls [was grep, maybe]

2009-10-30 Thread Ben Scott
On Thu, Oct 29, 2009 at 11:01 PM, Greg Rundlett (freephile) g...@freephile.com wrote: So, you've worked out a magnificent one-liner solution to a interesting and recurring task.  How do you 'remember' your solution? They get saved in a file under $HOME/bin under an appropriate name, with

Re: grep, maybe

2009-10-30 Thread Ben Scott
On Fri, Oct 30, 2009 at 8:15 AM, Ken D'Ambrosio k...@jots.org wrote: ... might even be able to make Ben happy ... Oh, a challenge, eh? ;-) cd /path/to/toplevel/dir find -type d | while read i Could be just: find /path/to/toplevel/dir -type d | while read i  grep moe $i/*

Rosen's signature (was: grep, maybe)

2009-10-30 Thread Ben Scott
On Fri, Oct 30, 2009 at 12:52 AM, Joshua Judson Rosen roz...@geekspace.com wrote: Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr.   Okay, I'll ask: What does that stuff to the right mean? The other half of the whole habanero pepper. :) Clear as mud! ;-) More lucidly: a combinator. ;)

Re: Remember your pearls [was grep, maybe]

2009-10-30 Thread Ben Scott
On Fri, Oct 30, 2009 at 8:32 AM, Tom Buskey t...@buskey.name wrote: I wonder how much data got lost because it was kept in a format that changed.  Like Wordperfect, dbase, etc... ... the original video of the first moonwalk ... HHOS. -- Ben ___

Re: Remember your pearls [was grep, maybe]

2009-10-30 Thread Kevin D. Clark
Ben Scott writes: On Thu, Oct 29, 2009 at 11:01 PM, Greg Rundlett (freephile) g...@freephile.com wrote: So, you've worked out a magnificent one-liner solution to a interesting and recurring task.  How do you 'remember' your solution? They get saved in a file under $HOME/bin under an

Re: Fairpoint files for Chapter 11

2009-10-30 Thread Mark Ordung
I guess I'm naive but it irritates me that the NH PUC web site says: The Telecommunications Division assists the Commission in regulating the $800M telecommunications industry in New Hampshire. Registered public utilities include incumbent local exchange carriers (FairPoint and seven independent

Re: landscape architecture software

2009-10-30 Thread G Rundlett
On Fri, Oct 30, 2009 at 6:21 AM, Cole Tuininga co...@code-energy.com wrote: Greg Rundlett (freephile) wrote: I wanted to do some modelling of my home landscaping.  Anyone know of an application that does this (Linux-compatible of course)? There are many software packages available for