bug-coreutils
[Top][All Lists]
Advanced

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

Re: printf bug/limitation


From: Pádraig Brady
Subject: Re: printf bug/limitation
Date: Wed, 27 Sep 2006 11:24:30 +0100
User-agent: Mozilla Thunderbird 1.0.8 (X11/20060502)

Singh, Sundeep wrote:
> Hi,
> I have a printf statement in my script as follows:
> printf  "-- %s \n" $name

Pass -- first to printf to tell it you're
not passing it any (more) command line options, like:

printf -- "-- %s \n" $name

Pádraig.




reply via email to

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