Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • \$\begingroup\$ You could replace $( printf '%s' "$__" ) with $__. Or if you worry you could do IFS=$' \t\n' $__ because $'\t' or similar strings that starts with $' is now on POSIX issue 8. \$\endgroup\$ Commented Jun 18, 2024 at 10:35
  • \$\begingroup\$ @鳴神裁四点一号 : that means i need to count the extra bytes for setting the IFS, which negates most, if not all, the savings. 真的半点都省不到 \$\endgroup\$ Commented Jun 19, 2024 at 1:33