format(1)
: formatting strings for ouput
#43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On second thought, I'm fully on board with dropping printf(1p) and using format(1). I wonder if the name could be better though - I still think "format" is vague.
I don't think out(1) is necessary. Even really fresh beginners to C are taught printf(3p) and that requires the newline to be specified.
I still believe yes(1) should be a shell script, wrapping format(1).
Originally posted by @trinity in bonsai/coreutils#27 (comment)
I feel that an
out(1)
or equivalent is important for a couple reasons:There’s a reason C has
puts()
.I see your point and agree.
`printf(1p)`, `echo(1p)` alternativeto `format(1)`: formatting strings for ouputTrinity and I discussed earlier that
format(1)
should work similarly to the Rustformat!
macro, for example:Just realized this will conflict with subshells in qi if they are specified with curly braces.