Re: [gentoo-user] Shell problem

2008-08-11 Thread Ivan Alden
Hi Felix, That what it exactly. I couldn't notice it because there were tons of files in that directory. I appreciate your help, Ivan On Sun, 2008-08-10 at 22:12 -0700, [EMAIL PROTECTED] wrote: > On Mon, Aug 11, 2008 at 12:57:26PM +, Ivan Alden wrote: > > Hi all, > > > > I was working in a

Re: [gentoo-user] Shell problem

2008-08-10 Thread felix
On Mon, Aug 11, 2008 at 12:57:26PM +, Ivan Alden wrote: > Hi all, > > I was working in a shell with tar and I changed something where now when > I type "*" it interprets it as --exlucde > > i.e > > $ * > bash: --exlucde: command not found > > or > > $ ls * > ls: unrecognized option `--exl

Re: [gentoo-user] Shell problem

2008-08-10 Thread Volker Armin Hemmann
On Montag, 11. August 2008, Ivan Alden wrote: > Hi all, > > I was working in a shell with tar and I changed something where now when > I type "*" it interprets it as --exlucde > > i.e > > $ * > bash: --exlucde: command not found > > or > > $ ls * > ls: unrecognized option `--exlucde' > Try `ls --he

Re: [gentoo-user] Shell problem

2008-08-10 Thread Zhou Rui
2008/8/11 Francisco Ares <[EMAIL PROTECTED]>: > looks like an "alias", maybe you have accidentaly edited .bashrc or > .bash_profile > Just input alias in shell to check if the alias about * exists. > hope this helps > Francisco > > On Mon, Aug 11, 2008 at 9:57 AM, Ivan Alden <[EMAIL PROTECTED]> wr

Re: [gentoo-user] Shell problem

2008-08-10 Thread Francisco Ares
looks like an "alias", maybe you have accidentaly edited .bashrc or .bash_profile hope this helps Francisco On Mon, Aug 11, 2008 at 9:57 AM, Ivan Alden <[EMAIL PROTECTED]> wrote: > Hi all, > > I was working in a shell with tar and I changed something where now when > I type "*" it interprets it

[gentoo-user] Shell problem

2008-08-10 Thread Ivan Alden
Hi all, I was working in a shell with tar and I changed something where now when I type "*" it interprets it as --exlucde i.e $ * bash: --exlucde: command not found or $ ls * ls: unrecognized option `--exlucde' Try `ls --help' for more information. how can I fix this? thanks, Ivan