help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] play audio-CD in consol


From: Gerard ROBIN
Subject: Re: [Help-bash] play audio-CD in consol
Date: Wed, 30 Jan 2013 01:26:23 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Jan 29, 2013 at 02:52:19PM +0100, Mart Frauenlob wrote:
> Date: Tue, 29 Jan 2013 14:52:19 +0100
> From: Mart Frauenlob <address@hidden>
> To: address@hidden
> Cc: address@hidden
> Subject: Re: [Help-bash] play audio-CD in consol
> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107
>  Thunderbird/17.0.2
> 
> On 29.01.2013 01:13, Gerard ROBIN wrote:
 
> I don't speak french, but I managed to download your file :p
sorry
 
> or to make you crazy:
> if ! ((! cpt && run ? ++cpt : 0)); then
>       alsaplayer ...
> fi

like this is better:
if  ((! cpt && run ? ++cpt : 0)); then ...

there is one thing I do not understand, is how to use the variable 
PROMPT_COMMAND and what is the advantage rather than using the prompt function

Thank you very much, my program is much more presentable now.

-- 
GĂ©rard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]