out(1): output arguments #46

Open
opened 2024-02-06 23:35:29 -07:00 by emma · 1 comment
Owner

I feel that an out(1) or equivalent is important for a couple reasons:

  • outputting unescaped format specifiers
  • outputting unformatted strings

There’s a reason C has puts().

Originally posted by @emma in bonsai/coreutils#43 (comment)

I feel that an `out(1)` or equivalent is important for a couple reasons: - outputting unescaped format specifiers - outputting unformatted strings There’s a reason C has `puts()`. _Originally posted by @emma in https://git.tebibyte.media/bonsai/coreutils/issues/43#issuecomment-3199_
emma added the
enhancement
help wanted
labels 2024-02-06 23:35:41 -07:00
Author
Owner

The out(1) utility should output the argv array to the standard output and append a newline. It shouldn’t take any options.

The `out(1)` utility should output the argv array to the standard output and append a newline. It shouldn’t take any options.
emma removed the
help wanted
label 2024-02-16 22:42:00 -07:00
emma self-assigned this 2024-02-16 22:42:02 -07:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bonsai/harakit#46
No description provided.