Viewing profile — baohaojun
baohaojun
HN member- Joined
- Thu, May 02, 2013, 7:35 AM UTC
- HN karma
- 42
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About baohaojun
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #9249702
I use tramp for minor config file editting, it's not too bad. But when coding remotely, I like to setup 2 copies of code, one local, one remote. I always work on the local copy, th…
-
comment
Comment #6247960
I have developed a very similar scheme for myself independently (haven't heard of z before, but thanks). A further idea is another command e , which is used like: e reg1 reg2... , …
- story
- story
-
comment
Comment #5679015
Thanks for the info, it must be the relatime that I saw this behavior. Were it noatime, this idea won't have worked at all (I think I have seen noatime used on embedded devices).
-
comment
Comment #5678579
Yes, there is more than one way to do it:-) Had I read the git ls-tree manpage more patiently, I should have wrote: git ls-tree HEAD -r --name-only
-
comment
Comment #5678575
Sorry, and you guessed right, `pn N` is just my shorthand wrapper for `awk '{print $N}'`.
- story
- story
-
comment
Comment #5649061
Thank you:-)
-
comment
Comment #5648298
Sorry, more detailed post can be found here: http://baohaojun.github.io/beagrep.html The github project is https://github.com/baohaojun/beagrep And your guess in very right:-)
- story
- story