tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: /usr/bin/printf(1) not POSIX.2 compliant
Date: Sun, 21 Jul 2019 16:15:05 +0200
From: tlaronde%polynum.com@localhost
Message-ID: <20190721141505.GA4079%polynum.com@localhost>
| For safety, in my scripts, I simply circumvent by a
| leading "%c" or "\055"
I'd suggest %s (with a '' arg) (even %.0s to make it blatant)
as a clearer way to show what is happening
printf %s---\\n ''
kre
ps: commits are done now.
Home |
Main Index |
Thread Index |
Old Index