Timeline for Run a given command on every subpath of a long path
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 21, 2012 at 1:33 | history | edited | Stéphane Gimenez | CC BY-SA 3.0 | stripping trailling slashes |
| Apr 20, 2012 at 21:51 | history | edited | Stéphane Gimenez | CC BY-SA 3.0 | added 12 characters in body |
| Apr 20, 2012 at 20:57 | vote | accept | Amelio Vazquez-Reina | ||
| Sep 25 at 22:26 | |||||
| Apr 20, 2012 at 20:57 | vote | accept | Amelio Vazquez-Reina | ||
| Apr 20, 2012 at 20:57 | |||||
| Apr 20, 2012 at 20:47 | comment | added | Stéphane Gimenez | I removed the feature, it was the same difference as xargs and xargs -n 1. The new (and cleaner) function will always do to the latter: Call one instance of the command on every argument. | |
| Apr 20, 2012 at 20:45 | history | edited | Stéphane Gimenez | CC BY-SA 3.0 | improved using zsh features |
| Apr 20, 2012 at 20:35 | comment | added | Amelio Vazquez-Reina | This looks great Stéphane. I'm not sure I understand the difference between using -n 1 and not using it. How are they exactly different? | |
| Apr 20, 2012 at 20:28 | history | answered | Stéphane Gimenez | CC BY-SA 3.0 |