Re: Apparmor problemas

2015-12-09 Thread Ángel González
Hello heliogabalo It doesn't seem your problem is really related to bash but rather with apparmor and the other application you are running. Hola helogabalo, me parece que tu problema no tiene relación con bash, sino con apparmor y el programa que estás intentando ejecutar. Greets

Re: Feature discussion - startup files

2015-12-21 Thread Ángel González
Chet Ramey wrote: > The current configurable startup file options are insufficient for > their purposes because they can be enabled or disabled by vendors, > and these folks would rather not modify the "vendor" parts of the > system. In some cases, with some Linux distributions, doing so voids > th

Re: Only one Friday 13th coming in 2016

2015-12-21 Thread Ángel González
Bill Duncan wrote: > Remember that while there are 14 patterns of years, leap years don't > impact Friday the 13th for January/February.. > > This isn't an exhaustive analysis, but a quick check for 300 years > didn't show any years without a Friday 13th.. > > ;-) > > $ for y in {1900..2199} ; d

Re: bash prints numeric values of unicode characters instead of their UTF8 representations

2016-02-03 Thread Ángel González
Yuri wrote: > On 02/03/2016 14:06, Greg Wooledge wrote: > > Works for me. > > > > wooledg@wooledg:~$ PS1=$'\u2023 \w\$ ' > > ? ~$ > > > > I just can't show it in this cross-system-X2X-with-different- > > character-sets > > setup.  But it works for me, on Debian GNU/Linux with > > LANG=en_US.UTF-8

Re: Security Vulnerability

2016-02-07 Thread Ángel González
* expands to all the files in the current working directory, as can be seen with:  echo * if you just run:  * then you will be running the first file of them. *But* if you have a program that allows to provide an arbitrary "*" as the first command parameter, it would allow inserting the name of

Re: [Nano-devel] How to lock a terminal

2016-02-16 Thread Ángel González
Benno Schulenberg wrote: > On Tue, Feb 16, 2016, at 11:19, Bob Proulx wrote: > > [...] this is the perfect case for job control.  No need for a > > second terminal.  Here is an example.  Use Control-Z to stop the > > foreground job. > > For that to work, it requires having 'set suspend' in your >

Re: r.f.e.

2016-03-03 Thread Ángel González
> On another note, you can pass the list of downloads without a > temporary > file: > > { >   echo http://example.com >   echo http://test.com > } | wget --input-file=- > Or, written even more cleanly: cat

Re: Unexpected tilde expansion

2016-06-01 Thread Ángel González
On 2016-06-01 at 10:40 -0400, Greg Wooledge wrote: > On Wed, Jun 01, 2016 at 03:33:23PM +0200, Christian wrote: > > sh and zsh both return the expected x=~ > > > > sh -c "echo x=~" > > > > x=~ > > imadev:~$ bash -c 'echo x=~' > x=/net/home/wooledg > imadev:~$ bash -posix -c 'echo x=~' > x=~ Eve

<    1   2