# This includes all the bash aliases and functions discussed in the article alias ..='cd ..' alias ...='cd ../..' alias ....='cd ../../..' alias p=pushd alias m=more alias h=history function check() { typeset -f $1 if [[ $? == 0 ]] then return 0; fi alias $1 } function datex() { perl -le "print scalar localtime $1" } function dategmt() { perl -le "print scalar gmtime $1" } # findx : find