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
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
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
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
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
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
6 matches
Mail list logo