Re: Bash commands

2005-10-14 Thread Freddy Freeloader
that was listed in the output from 'echo "b = $b"' . Now the question is for me why does bash pick up on the dn alias? Here is the alias. [EMAIL PROTECTED]:~$ alias alias dn='OPTIONS=$(ls -F |grep /$) ; select s in $OPTIONS; do cd $PWD/$s ; break ; done '

Re: Bash commands

2005-10-15 Thread Freddy Freeloader
$a is unset. Rob Sims wrote: On Thu, Oct 13, 2005 at 08:18:05AM -0700, Freddy Freeloader wrote: Hi all, I downloaded the Advanced Bash Scripting Guide the other day an have started to work my way through it. I'm fairly new to bash so I get more than a little confused when the out

Re: Bash commands

2005-10-18 Thread Freddy Freeloader
Thanks for answering. Sorry it's taken so long to answer. I've just been too busy to get back to this. I've inserted my comments in line. michael wrote: On Thu, 2005-10-13 at 08:18 -0700, Freddy Freeloader wrote: Hi all, I downloaded the Advanced Bash Scripting Guide t

Re: Bash commands

2005-10-19 Thread Freddy Freeloader
michael wrote: On Tue, 2005-10-18 at 15:49 -0700, Freddy Freeloader wrote: Thanks for answering. Sorry it's taken so long to answer. I've just been too busy to get back to this. I've inserted my comments in line. michael wrote: On Thu, 2005-10-13 at 08:1

<    1   2   3   4