Live data from Hacker News

Viewing profile — klshxsh

klshxsh

HN member
Joined
Thu, Jan 08, 2015, 12:44 PM UTC
HN karma
7
Public activity
3 items

About klshxsh

No profile information was provided.

Recent public activity

  1. comment
    Comment #10656352

    There was an interesting interview with him earlier in the year on Software Engineering Radio where he talked about his book: http://www.se-radio.net/2015/04/se-radio-episode-225-b…

  2. story
  3. comment
    Comment #8856143

    If you find yourself having to escape a lot of slashes, then you can do something like this: echo "/foo/bar" | sed -e 's|/foo|/tmp|' (The article mentions this)