Live data from Hacker News

Viewing profile — rp2

rp2

HN member
Joined
Tue, Sep 08, 2009, 12:24 PM UTC
HN karma
2
Public activity
1 items

About rp2

No profile information was provided.

Recent public activity

  1. comment
    Comment #810776

    xargs -d '\n' as in find * -type f | egrep -i '\.(gif|jpg|png)$' | xargs -d '\n' identify I used to use find -print0 | xargs -0 but sometimes you want to insert filters in between …