Live data from Hacker News

Viewing profile — samvittighed

samvittighed

HN member
Joined
Fri, Dec 14, 2012, 5:40 PM UTC
HN karma
1
Public activity
4 items

About samvittighed

No profile information was provided.

Recent public activity

  1. comment
    Comment #5114710

    If you use GNU Parallel instead of xargs, then you probably never need to make room in your brain for -print0. GNU Parallel separates on \n and deals correctly with files like: My …

  2. comment
    Comment #4922191

    With GNU Parallel it looks like this: parallel --nonall --slf RemoteHosts -j0 gzip -9 xxx/*.log If you have multple CPUs on your remote hosts and have GNU Parallel installed there:…

  3. comment
    Comment #4922145

    Watch the intro videos: https://www.youtube.com/playlist?list=PL284C9FF2488BC6D1

  4. comment
    Comment #4922139

    True. Unless you need some of the facilities in GNU Parallel that you do not find in xargs (such as --group which is default, running on remote machines, -L with -I, or --pipe for …