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
