/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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