Viewing profile — gnoe
gnoe
HN member- Joined
- Wed, Aug 14, 2013, 7:07 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About gnoe
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6303941
Here's a workaround until Apple updates sudo, add the following to you /etc/sudoers file: Defaults timestamp_timeout=0
-
comment
Comment #6227816
Thanks!, but how come the whitespace is not trimmed by --trim lr? The manpage says it trims whitespace left and right if --colsep is used.
-
comment
Comment #6213559
Is parallel buggy or is it just me? For example if i have a list of ip addresses: $ cat ips.txt | sort | uniq -c | sort -rn 3 127.0.0.1 2 192.168.1.1 1 192.168.1.2 Now i want to re…