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.

Required fields*

5
  • 1
    \$\begingroup\$ Since this is just a fancy way for saying LANG=C sed -f kitten.sed, I'm unsure if I should apply a penalty to account for that. This question doesn't specify how to count program calls, and it doesn't seem addressed in meta. \$\endgroup\$ Commented Oct 1, 2015 at 0:25
  • \$\begingroup\$ Does this concatenate files whose names are input as command-line arguments, as required? \$\endgroup\$ Commented Mar 6, 2016 at 6:18
  • \$\begingroup\$ @msh210 Yes, of course. \$\endgroup\$ Commented Mar 14, 2016 at 1:12
  • 1
    \$\begingroup\$ @Ángel s/.*/\L&/ for a nine bytes solution \$\endgroup\$ Commented Jul 24, 2016 at 14:52
  • \$\begingroup\$ Thanks @someonewithpc. Both s/.*/\L&/ and s/./\L&/g are indeed 9-byte solutions! \$\endgroup\$ Commented Jul 24, 2016 at 19:50