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. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
