Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Shell problem
Date: Mon, 11 Aug 2008 04:01:14
Message-Id: 200808110544.23640.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-user] Shell problem by Ivan Alden
1 On Montag, 11. August 2008, Ivan Alden wrote:
2 > Hi all,
3 >
4 > I was working in a shell with tar and I changed something where now when
5 > I type "*" it interprets it as --exlucde
6 >
7 > i.e
8 >
9 > $ *
10 > bash: --exlucde: command not found
11 >
12 > or
13 >
14 > $ ls *
15 > ls: unrecognized option `--exlucde'
16 > Try `ls --help' for more information.
17 >
18 > how can I fix this?
19 >
20 > thanks,
21 > Ivan
22
23 unalias?