Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wildcards stopped working
Date: Wed, 30 May 2007 14:44:02
Message-Id: 200705301641.09882.alan@linuxholdings.co.za
In Reply to: [gentoo-user] Wildcards stopped working by Grant
1 On Wednesday 30 May 2007, Grant wrote:
2 > I routinely use commands like this:
3 >
4 > ls -l *.torrent
5 >
6 > but today I get this:
7 >
8 > $ ls -l *.torrent
9 > ls: invalid option -- [
10 > Try `ls --help' for more information.
11 >
12 > I get similar results when trying to use wildcards with scp. Did an
13 > update change this behavior for anyone else?
14
15 You probably have a dodgy alias with a [ in it
16
17 See if '/bin/ls -l *.torrent' gives different results. If so, check
18 what 'alias ls' returns
19
20 alan
21
22
23 --
24 Optimists say the glass is half full,
25 Pessimists say the glass is half empty,
26 Developers say wtf is the glass twice as big as it needs to be?
27
28 Alan McKinnon
29 alan at linuxholdings dot co dot za
30 +27 82, double three seven, one nine three five
31 --
32 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Wildcards stopped working Grant <emailgrant@×××××.com>