Live data from Hacker News

Viewing profile — bpmckenna

bpmckenna

HN member
Joined
Fri, May 29, 2015, 3:42 PM UTC
HN karma
2
Public activity
1 items

About bpmckenna

No profile information was provided.

Recent public activity

  1. comment
    Comment #18485653

    Instead of your `..` aliases, I have this, which saves some copy-pasting. function up() { cd "$(printf '../'%.0s $(seq 1 "${1:-1}"))" && pwd; } #up 4 goes up 4 directories