Re: [arch-general] Recommended reading for Shell expansion mechanism

2014-05-31 Thread Heiko Becker
Am 31.05.2014 10:32, schrieb Yamakaky: That was exactly what I was looking for It's not exactly what you requested, but you should test zsh. I think it's much better than bash. Using zsh with grml config ^^ Maybe then I misspelled my request because I found what I was looking for :D Best

Re: [arch-general] Recommended reading for Shell expansion mechanism

2014-05-31 Thread Yamakaky
That was exactly what I was looking for It's not exactly what you requested, but you should test zsh. I think it's much better than bash.

Re: [arch-general] Recommended reading for Shell expansion mechanism

2014-05-31 Thread Heiko Becker
Am 31.05.2014 04:47, schrieb Alexandre de Verteuil: On 05/30, Heiko Becker wrote: Hi all, as I'm trying to give shell programming and things like that a start, I have a short question related to the shell expansion: I heard that it is possible to exclude things after using a wildcard like ./*

Re: [arch-general] Recommended reading for Shell expansion mechanism

2014-05-30 Thread Alexandre de Verteuil
> On 05/30, Heiko Becker wrote: > > Hi all, > > > > as I'm trying to give shell programming and things like that a start, I have > > a short question related to the shell expansion: > > > > I heard that it is possible to exclude things after using a wildcard like > > ./* for every file in the cur

Re: [arch-general] Recommended reading for Shell expansion mechanism

2014-05-30 Thread Bigby James
On 05/30, Heiko Becker wrote: > Hi all, > > as I'm trying to give shell programming and things like that a start, I have > a short question related to the shell expansion: > > I heard that it is possible to exclude things after using a wildcard like > ./* for every file in the current directory.

[arch-general] Recommended reading for Shell expansion mechanism

2014-05-30 Thread Heiko Becker
Hi all, as I'm trying to give shell programming and things like that a start, I have a short question related to the shell expansion: I heard that it is possible to exclude things after using a wildcard like ./* for every file in the current directory. Am I right or did I misunderstand somet