Viewing profile — shorter
shorter
HN member- Joined
- Thu, Sep 06, 2012, 6:19 AM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About shorter
No profile information was provided.
Recent public activity
-
comment
Comment #4483147
I've sometimes heard it's "catenate" not "concatenate". Do they mean the same thing? As for cat, the utility, I'm afraid we'll never stop seeing people doing cat file|prog1|prog2 e…
-
comment
Comment #4483088
an alternative approach echo images/*.jpg|sed 's/.*/convert -geometry 200x \"&\" \"&_thumb.jpg\"/;s/\.jpg_thumb/_thumb/' > script; sh -v script 2>log you could also use -x instead …