2 Aug
2006
2 Aug
'06
15:49
On Wed, 2006-08-02 at 08:07 +0200, Tage Danielsen wrote:
-----Oprindelig meddelelse----- Fra: John Andersen [mailto:jsa@pen.homeip.net] Sendt: 2. august 2006 08:01 Til: suse-linux-e@suse.com Emne: [SLE] l = ls -l
Where is it that SuSE sets the single letter l to be equal to ls -l for bash users?
I want to steal that for kbuntu.
Why a shell script? Just use an alias. If the file doesn't in your home create it with the touch command: touch .alias or just vi .alias and add: alias l = `ls -l` save it and then . .alias to freshen your env. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998