Re: abc notation? remains music *& debian.

2015-01-04 Thread Francesco Ariis
On Sun, Jan 04, 2015 at 09:01:16PM -0500, Karen Lewellen wrote: > Greetings, > Let me try that door now. > I suspect that my request sent via yahoo simply got lost in the > holiday music making. > If you think you can provide the nudge as well, perhaps between the > two of us I can join the group.

Re: abc notation? remains music *& debian.

2015-01-04 Thread Karen Lewellen
Sun, Jan 04, 2015 at 07:24:06PM -0500, Karen Lewellen wrote: Hi all, When I asked about music programs for debian, a list member suggested abc notation. I visited the site and was amazed. I also tried joining the discussion list without success, timeout for my request apparently. I am writing here

Re: abc notation? remains music *& debian.

2015-01-04 Thread Francesco Ariis
On Sun, Jan 04, 2015 at 07:24:06PM -0500, Karen Lewellen wrote: > Hi all, > When I asked about music programs for debian, a list member > suggested abc notation. > I visited the site and was amazed. I also tried joining the > discussion list without success, timeout for my request

abc notation? remains music *& debian.

2015-01-04 Thread Karen Lewellen
Hi all, When I asked about music programs for debian, a list member suggested abc notation. I visited the site and was amazed. I also tried joining the discussion list without success, timeout for my request apparently. I am writing here again as I imagine the artist who suggested the program

abc

2004-05-19 Thread Murphy
Andrade,) _95%0ff for all-Vi-a-g-ra ,C-ia--l-is ,-- L-evitra--. http://www.wjkwwi.info/ES001/?affiliate_id=233635&campaign_id=404 cytosine,and it must,grate,in the garden:,ontogeny,they finished drawing,upbeat,and i wouldn't.

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-03 Thread Dave Carrigan
On Sun, Aug 03, 2003 at 06:57:44AM -0400, Shawn Lamson wrote: > On Sat, August 02 at 12:08 PM EDT > Dave Carrigan <[EMAIL PROTECTED]> wrote: > >The "MY_ENV=abc printf" syntax sets the environment variable for the > >printf subprocess. And, in fact, when printf r

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-03 Thread Dave Carrigan
environment of the printf command (NOT to the environment of the shell) and run the command. Thus, printf runs with a single parameter (``\n'') and with MY_ENV in its environment. Here's what happens if you try to prevent expansion by using hard quotes: $ MY_ENV=abc prin

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-03 Thread Shawn Lamson
On Sat, August 02 at 12:08 PM EDT Dave Carrigan <[EMAIL PROTECTED]> wrote: >On Sat, Aug 02, 2003 at 08:49:36PM +0300, Shaul Karl wrote: > >> According to my understanding of the manual page, >> >> $ MY_ENV=abc printf "${MY_ENV}\n" >&

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread Shaul Karl
On Sat, Aug 02, 2003 at 11:55:03PM +0100, iain d broadfoot wrote: > > i can't see in the man page an example like the one you show, what > section is it in? > Quoting the ENVIRONMENT section: The environment for any simple command or function may be augmented temporarily by pre

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread Shaul Karl
On Sat, Aug 02, 2003 at 10:22:19PM +0100, iain d broadfoot wrote: > * Shaul Karl ([EMAIL PROTECTED]) wrote: > > Package: bash > > Version: 2.05b-8.1 > > > > According to my understanding of the manual page, > > > > $ MY_ENV=abc printf "${MY_EN

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread iain d broadfoot
* Shaul Karl ([EMAIL PROTECTED]) wrote: > On Sat, Aug 02, 2003 at 10:22:19PM +0100, iain d broadfoot wrote: > > * Shaul Karl ([EMAIL PROTECTED]) wrote: > > > Package: bash > > > Version: 2.05b-8.1 > > > > > > According to my understanding of the manu

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread iain d broadfoot
* Shaul Karl ([EMAIL PROTECTED]) wrote: > Package: bash > Version: 2.05b-8.1 > > According to my understanding of the manual page, > > $ MY_ENV=abc printf "${MY_ENV}\n" > > Should have print abc. But it does not: > > $ MY_ENV=abc printf "$

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread Dave Carrigan
On Sat, Aug 02, 2003 at 08:49:36PM +0300, Shaul Karl wrote: > According to my understanding of the manual page, > > $ MY_ENV=abc printf "${MY_ENV}\n" > > Should have print abc. But it does not: > > $ MY_ENV=abc printf "${MY_ENV}\n" >

Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread Shaul Karl
Package: bash Version: 2.05b-8.1 According to my understanding of the manual page, $ MY_ENV=abc printf "${MY_ENV}\n" Should have print abc. But it does not: $ MY_ENV=abc printf "${MY_ENV}\n" $ What am I missing? -- System Information: Debian Relea