On 02/28/2012 04:49 PM, Marc Baudoin wrote:
> Hi,
>
> Topic 103 in exam 101 has those subtopics:
>
> 103.2: filters
> 103.4: redirections and pipes
> 103.5: processes
> 103.7: grep
>
> It would be more logical to study grep before pipes because many
> piped commands use grep.  I believe it also should be better to
> study filters after pipes because filters are useful with pipes.
> Personally, I also study processes before pipes because ps makes
> good examples (kill `ps | grep | awk` and so on).
>
> A more logical approach would be:
>
> processes (or grep)
> grep (or processes)
> redirections and pipes
> filters
>
> Ans this order would allow for more useful examples.
>
> What's your opinion about that?
>
> [ For French-speaking reader, you can have a look at
> http://www.babafou.eu.org/ensta/sii/sii.pdf which is the manual I
> wrote for the general UNIX lessons I give.  It's not LPI-related
> but I believe the order in which things are studied is more
> appropriate. ]
>
I agree the the ordering you suggest is better for teaching but I never 
thinked of the LPI argument list as an ordered one.

Because for sure  it is not good to teach how to design hard disk layout 
(102.1) before knowing the correct location for files and the FHS (104.7).

I always thinked of it as a list of arguments that needs to be covered, 
leaving the way you teach them to you.

I also use a totally different order in my lessons 
(http://labs.truelite.it/attachments/225/corso.pdf, in italian, for 
anyone who could be interested). But there could be many different 
approach...

Simone
-- 
Simone Piccardi                                 Truelite Srl
picca...@truelite.it (email/jabber)             Via Monferrato, 6
Tel. +39-347-1032433                            50142 Firenze
http://www.truelite.it  Tel. +39-055-7879597    Fax. +39-055-7333336
_______________________________________________
lpi-examdev mailing list
lpi-examdev@lpi.org
http://list.lpi.org/cgi-bin/mailman/listinfo/lpi-examdev

Reply via email to