Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Bishonen88
7 months ago
|
parent
|
context
|
favorite
| on:
Scripts I wrote that I use all the time
up() { local d="" for ((i=1; i<=$1; i++)); do d="../$d" done cd "$d" }
up 2, up 3 etc.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
up 2, up 3 etc.