Changes between Version 37 and Version 38 of CaoCourseTme2
- Timestamp:
- Feb 18, 2007, 8:11:40 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CaoCourseTme2
v37 v38 180 180 Ainsi le programme fourni appliqué sur le fichier Makefile (c'est un fichier texte) produit: 181 181 {{{ 182 prompt$ ./stat Makefile182 prompt$ ./statt Makefile 183 183 namealloc.o : 2 occurences 184 184 hte.o : 2 occurences … … 199 199 = : 9 occurences 200 200 $(RM) : 2 occurences 201 stat : 4 occurences201 statt : 4 occurences 202 202 main.o : 2 occurences 203 203 de : 2 occurences … … 207 207 Après modification, il devra afficher: 208 208 {{{ 209 prompt$ ./stat Makefile209 prompt$ ./statt Makefile 210 210 namealloc.o : 2 occurences lignes: 23 22 211 211 hte.o : 2 occurences lignes: 23 22 … … 226 226 = : 9 occurences lignes: 15 12 11 10 9 6 5 4 3 227 227 $(RM) : 2 occurences lignes: 37 34 228 stat : 4 occurences lignes: 37 34228 statt : 4 occurences lignes: 37 34 229 229 main.o : 2 occurences lignes: 20 19 230 230 de : 2 occurences lignes: 14 14