Re: menus vs MS's RIBBON approach

2011-08-18 Thread John Musbach
On Wed, Aug 17, 2011 at 12:45 AM, objectwerks inc wrote: > > On Aug 16, 2011, at 10:04 PM, Kevin Callahan wrote: > >> I just upgraded to Sibelius 7. >> They revamped their entire UI. >> Eliminated all the drop-down menus and replaced everything with the MS >> "ribbon" approach. >> >> I can't find

Re: menus vs MS's RIBBON approach

2011-08-18 Thread Kevin Callahan
On Aug 18, 2011, at 6:02 PM, John Musbach wrote: > On Wed, Aug 17, 2011 at 12:45 AM, objectwerks inc > wrote: >> >> On Aug 16, 2011, at 10:04 PM, Kevin Callahan wrote: >> >>> I just upgraded to Sibelius 7. >>> They revamped their entire UI. >>> Eliminated all the drop-down menus and replaced

Re: menus vs MS's RIBBON approach

2011-08-18 Thread Kevin Callahan
On Aug 18, 2011, at 6:07 PM, Kevin Callahan wrote: > > On Aug 18, 2011, at 6:05 PM, Kevin Callahan wrote: > >> >> On Aug 18, 2011, at 6:02 PM, John Musbach wrote: >> >>> On Wed, Aug 17, 2011 at 12:45 AM, objectwerks inc >>> wrote: On Aug 16, 2011, at 10:04 PM, Kevin Callahan wrot

Matching a multiline pattern?

2011-08-18 Thread Michael Gersten
I'm trying to match a multiline pattern in a program's output. I've got a shell script that runs from cron. It has some output. Normally it's pointless, and clutters my mailbox. I've determined that if the program runs properly, the output will match the following: /dev/disk.*FDisk_partit

Re: Matching a multiline pattern?

2011-08-18 Thread objectwerks inc
On Aug 18, 2011, at 9:22 PM, Michael Gersten wrote: > I'm trying to match a multiline pattern in a program's output. This is not OS X specific and I just found it by "binging" but it may send you on the right path http://superuser.com/questions/165634/grep-multiline-pattern > > I've got a sh

Re: Matching a multiline pattern?

2011-08-18 Thread Macs R We
sed can do this. (Can I do this with sed? No, but lots of other people can and have. :-) On Aug 18, 2011, at 8:22 PM, Michael Gersten wrote: > I'm trying to match a multiline pattern in a program's output. > > I've got a shell script that runs from cron. It has some output. Normally > it's