Rob, I don't get "eval". Was this mentioned on Thursday?
[EMAIL PROTECTED]:~$ x=5 [EMAIL PROTECTED]:~$ echo $x 5 [EMAIL PROTECTED]:~$ eval x=10 [EMAIL PROTECTED]:~$ echo $x 10 What value does it add? Simón On Sat, Oct 18, 2008 at 2:15 PM, Rob Ludwick <[EMAIL PROTECTED]> wrote: > Here's my quick list of bash shell tricks. I took the approach from > using them more or less in a shell script, but there is some more info > on setting up your bash shell prompt with a link to the color ascii > codes. > > Among the books the Vern suggested, I also highly recommend Linux in a > Nutshell from O'Reilly. > > --R > > _______________________________________________ > Fwlug mailing list > [email protected] > http://fortwaynelug.org/mailman/listinfo/fwlug_fortwaynelug.org > > _______________________________________________ Fwlug mailing list [email protected] http://fortwaynelug.org/mailman/listinfo/fwlug_fortwaynelug.org
