Best shell alias ever

I came across the best shell alias ever:

alias up="cd .."

This is one of those things that make me go “Why didn’t I thought of it earlier? And myself?”.

In order to add some value to this post, here are my two mostly used aliases:

alias pd="perldoc"
alias pdf="perldoc -f"

2 thoughts on “Best shell alias ever”

Leave a Reply to Lev ShuvalovCancel reply