Re: A quick Q: how do I link LS or Ls to ls

2011-09-17 Thread Darac Marjal
On Sat, Sep 17, 2011 at 03:24:12PM +1000, Rob Hurle wrote: > On Sat, Sep 17, 2011 at 12:01:50PM +0800, lina wrote: > > I wonder is it possible to make the terminal recognize > > > > LS or Ls > > > > as > > > > ls > > Become super-user (sudo): > > #cd /usr/local/bin > #ln -s /bin/ls Ls > #ln -s /b

Re: A quick Q: how do I link LS or Ls to ls

2011-09-17 Thread Martin Steigerwald
Am Samstag, 17. September 2011 schrieb lina: > Hi, Hi Lina, > I wonder is it possible to make the terminal recognize > > LS or Ls > > as > > ls > > only in command line in terminal. Or use Z-Shell: martin@merkaba:~> lS zsh: correct 'lS' to 'ls' [nyae]? n zsh: command not found: lS martin@me

Re: A quick Q: how do I link LS or Ls to ls

2011-09-16 Thread lina
On Sat, Sep 17, 2011 at 12:36 PM, Kumar Appaiah wrote: > On Sat, Sep 17, 2011 at 12:01:50PM +0800, lina wrote: > >Hi, > > > >I wonder is it possible to make the terminal recognize > > > >LS or Ls > > > >as > > > >ls > > Just add > > alias LS='ls' > > in your ~/.bashrc (or analo

Re: A quick Q: how do I link LS or Ls to ls

2011-09-16 Thread Rob Hurle
On Sat, Sep 17, 2011 at 12:01:50PM +0800, lina wrote: > I wonder is it possible to make the terminal recognize > > LS or Ls > > as > > ls Become super-user (sudo): #cd /usr/local/bin #ln -s /bin/ls Ls #ln -s /bin/ls LS > only in command line in terminal. I'm not sure where else you could use `l

Re: A quick Q: how do I link LS or Ls to ls

2011-09-16 Thread Kumar Appaiah
On Sat, Sep 17, 2011 at 12:01:50PM +0800, lina wrote: >Hi, > >I wonder is it possible to make the terminal recognize > >LS or Ls > >as > >ls Just add alias LS='ls' in your ~/.bashrc (or analogous for your shell). Kumar -- I've seen people with new children before, they

A quick Q: how do I link LS or Ls to ls

2011-09-16 Thread lina
Hi, I wonder is it possible to make the terminal recognize LS or Ls as ls only in command line in terminal. Thanks, -- Best Regards, lina