Re: make 'tr' (or something like it) a bash builtin ?

2006-02-05 Thread Felipe Kellermann
supported in bash would be nice... orchid% typeset -u fuu orchid% fuu=bar orchid% echo $fuu BAR -- Felipe Kellermann ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Re: unable to redirect readonly variable error

2005-07-07 Thread Felipe Kellermann
On Thu, 7 Jul 2005 4:58pm -0700, Ian Macdonald wrote: > [EMAIL PROTECTED] bash_completion]$ foo=bar 2>/dev/null > bash: foo: readonly variable $ { foo=bar; } 2> /dev/null -- Felipe Kellermann ___ Bug-bash mailing list Bug-bash@

Re: using `set -e' in a subshell

2005-03-27 Thread Felipe Kellermann
to Sun? I'm not aware of any other shell that is interpreting that construction the same way Solaris sh does. -- Felipe Kellermann ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash