~$ echo date > d.sh ~$ d.sh -bash: d.sh: command not found ~$ . d.sh 06:37:21 EDT 2013 ~$ alias .='cd ../' ~$ . d.sh /home$ Is not works!
Cheers
Juan