Yep, the search I always show students for this is: # man bash /lists
They are automatically jumped to the “Lists” section of the man page for bash, where they learn not only that a list is something that is commonly separated by semicolons, but that also there is a set of AND/OR/NOT logic built-in to the sequencing, which is a wonderful segue to the “Double Pipes” and Double Ampersands/Amsterdams” portion of the class. Ross -- Ross Brunson [email protected] Author, Trainer, Geek On January 8, 2014 at 8:50:26 AM, Alan McKinnon ([email protected]) wrote: On 08/01/2014 14:46, Éric Deschamps wrote: > Hello all, > > What means lists as the last utility in 105.1? > > <http://wiki.lpi.org/wiki/LPIC-1_Objectives#105.1_Customize_and_use_the_shell_environment> > bash uses lists of variables in many places, such as this for example for I in a b c ; do <do something> done "a b c" is a list -- Alan McKinnon [email protected] _______________________________________________ lpi-examdev mailing list [email protected] http://list.lpi.org/cgi-bin/mailman/listinfo/lpi-examdev
_______________________________________________ lpi-examdev mailing list [email protected] http://list.lpi.org/cgi-bin/mailman/listinfo/lpi-examdev
