Skip to main content
18 events
when toggle format what by license comment
S Feb 18, 2016 at 14:53 history suggested 7ochem CC BY-SA 3.0
Inline formatting of commands. Removed "thanks"
Feb 18, 2016 at 14:39 review Suggested edits
S Feb 18, 2016 at 14:53
S Dec 14, 2014 at 23:42 history edited HalosGhost CC BY-SA 3.0
This is (unlike in many other cases) fully POSIX-compliant code, using absolutely no GNU bells or whistles. That's why I thought that the posix tag will be applicable here; wewt syntax highlighting \o/
S Dec 14, 2014 at 23:42 history suggested syntaxerror
This is (unlike in many other cases) fully POSIX-compliant code, using absolutely no GNU bells or whistles. That's why I thought that the posix tag will be applicable here.
Dec 14, 2014 at 22:22 comment added syntaxerror @user unknown Well, I do LOVE this code. It's at least fully POSIX-compliant and will work without any GNU stuff on the machine at all. There are those times when you do need this, especially on servers at work.
Dec 14, 2014 at 22:19 review Suggested edits
S Dec 14, 2014 at 23:42
Nov 5, 2014 at 2:21 answer added Berthad33 timeline score: 0
Feb 20, 2012 at 16:54 vote accept Matthew
Feb 20, 2012 at 16:54 history edited Matthew CC BY-SA 3.0
added 421 characters in body
Feb 3, 2012 at 0:32 comment added J. M. Becker @userunknown: I'm responding to this below your answer.
Feb 3, 2012 at 0:01 answer added user unknown timeline score: 6
Feb 2, 2012 at 23:45 comment added user unknown With gnu-find and + instead of ";", you can handle multiple arguments at once with find too. And you save the complicated argument passing with -print0.
Feb 2, 2012 at 20:08 comment added J. M. Becker That is exactly why xargs was ever created, to automatically handle huge amounts of arguments on regular commands that had limits. Also to consider, most of the max argument limits, have been vastly improved for the standard GNU utils. You also will see a performance benefit, avoiding all those process forks, which on thousands of files is relevant.
Feb 2, 2012 at 20:03 history edited Matthew CC BY-SA 3.0
Elaborated on question based on answers coming in
Feb 2, 2012 at 19:57 answer added J. M. Becker timeline score: 6
Feb 2, 2012 at 19:37 history edited Matthew CC BY-SA 3.0
edited body
Feb 2, 2012 at 19:24 answer added SiegeX timeline score: 5
Feb 2, 2012 at 19:17 history asked Matthew CC BY-SA 3.0