Silly question - ll?

Johann Spies jspies at sun.ac.za
Tue Jun 21 13:26:26 UTC 2005


On Tue, Jun 21, 2005 at 03:08:37PM +0200, Michael Wagner wrote:
> Hi folks,
> 
> Just a silly question: I want my 'll' back. How do I install this command?

$ grep ll ~/.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
    alias ll='ls -l'


I have the following in my .bashrc:

    eval `dircolors`
    alias ls='ls --color=auto '
    alias ll='ls -l'
    alias d='ls --color=auto -atrlp "$@"'
    alias l='ls --color=auto -la "$@"'
    alias la='ls -A'
    alias dir='ls --color=auto --format=vertical'
    alias vdir='ls --color=auto --format=long'

of which 'd' is the one I use most of the time.

Regards
Johann.
-- 
Johann Spies          Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

     "Confess your faults one to another, and pray one for 
      another, that ye may be healed. The effectual fervent 
      prayer of a righteous man availeth much."          
                                   James 5:16 




More information about the ubuntu-users mailing list