out(1)
: output arguments
#46
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?
I feel that an
out(1)
or equivalent is important for a couple reasons:There’s a reason C has
puts()
.Originally posted by @emma in bonsai/coreutils#43 (comment)
The
out(1)
utility should output the argv array to the standard output and append a newline. It shouldn’t take any options.