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. ]

-- 
Marc Baudoin
Linagora - responsable pédagogique
http://www.linagora.com/-FORMATION-
_______________________________________________
lpi-examdev mailing list
lpi-examdev@lpi.org
http://list.lpi.org/cgi-bin/mailman/listinfo/lpi-examdev

Reply via email to