Return to Snippet

Revision: 30714
at August 19, 2010 22:41 by isholgueras


Initial Code
#in the unix command line
user@host:/# ll
-bash: ll: command not found
user@host:/# alias ll='ls -l'
user@host:/# ll
total 4
drwxr-xr-x 9 isholgueras isholgueras 4096 2010-08-09 14:22 netbeans-6.9.1

Initial URL


Initial Description


Initial Title
Creating an alias in unix systems

Initial Tags
unix

Initial Language
Bash