head -n 20 top_content.csv [On affiche les 20 premières lignes du fichier]
(out)
(out)#--------------------------------------------------------
(out)# Profile Name: chloecabot.com
(out)# Date Range: 09/01/2018 - 11/25/2018
(out)#--------------------------------------------------------
(out)
(out)#--------------------------------------------------------
(out)# Top Content
(out)#--------------------------------------------------------
(out)Content,Visits,Pageviews,Avg Time,% Exit,$ Index
(out)/index.html,1487,1710,26.57,76.37,0.00
(out)/mmi/M3203/index.html,808,1683,61.82,28.40,0.00
(out)/robots.txt,445,480,69.26,71.67,0.00
(out)/mmi/M1203/synthese_reseaux.html,406,669,326.67,54.56,0.00
(out)/lpmn/git/index.html,269,386,183.88,62.44,0.00
(out)/mmi/M3203/TP1.html,200,417,74.33,8.15,0.00
(out)/mmi/M3203/Seance2/tama.html,189,431,70.44,6.50,0.00
(out)/mmi/M3203/Seance2/alertes.html,186,431,23.87,0.70,0.00
(out)/mmi/M3203/Seance2/progressbar.html,186,433,37.02,0.69,0.00
(out)/mmi/M3203/Seance2/diaporama.html,184,427,23.25,0.00,0.00
grep -c "^/mmi" top_content.csv [On cherche les lignes qui commencent par /mmi]
(out)/mmi/M3203/index.html,808,1683,61.82,28.40,0.00
(out)/mmi/M1203/synthese_reseaux.html,406,669,326.67,54.56,0.00
(out)/mmi/M3203/TP1.html,200,417,74.33,8.15,0.00
(out)...
grep -c "^/mmi" top_content.csv [On compte les lignes qui commencent par /mmi]
(out)99
grep "^/mmi/M1203" top_content.csv [On affiche les lignes qui commencent par /mmi/M1203]
(out)/mmi/M1203/synthese_reseaux.html,406,669,326.67,54.56,0.00
(out)/mmi/M1203/index.html,148,456,29.23,4.82,0.00
(out)/mmi/M1203/synthese_unix.html,77,160,161.15,30.00,0.00
(out)/mmi/M1203/TP1_Reseaux.html,60,217,181.71,9.22,0.00
(out)/mmi/M1203/TP2_Systeme.html,36,129,154.81,12.40,0.00
(out)/mmi/M1203/cheatsheet.html,31,66,107.98,9.09,0.00
(out)/mmi/M1203/resources/unix-linux.json,30,57,157.16,10.53,0.00
(out)/mmi/M1203/TP3_Systeme.html,3,3,3.00,33.33,0.00
grep -c "^/mmi/M1203" top_content.csv [On compte les lignes qui commencent par /mmi/M1203]
(out)8
grep -c "^/mmi/M3203" top_content.csv [On compte les lignes qui commencent par /mmi/M3203]
(out)91 [Plus de pages pour le cours M3203]
grep "^[^,]*,4" top_content.csv [La ligne commence par un caractère qui nest pas une virgule répété plusieurs fois, puis une virgule, puis un 4]
(out)/robots.txt,445,480,69.26,71.67,0.00
(out)/mmi/M1203/synthese_reseaux.html,406,669,326.67,54.56,0.00
(out)/mmi/M3203/ballTrap.html,46,149,1.38,0.00,0.00
(out)/mmi/M3203/Seance2/exemples_cours/balle.html,45,291,36.36,2.75,0.00
(out)/mmi/M3203/eval/finale/Rattrapage/annuaire.html,4,8,383.29,12.50,0.00
(out)/mmi/M3203/eval/finale/TP5/multiplication.html,4,17,71.18,0.00,0.00
(out)/mmi/M3203/eval/finale/Rattrapage/converter.html,4,5,217.00,0.00,0.00
(out)/mmi/M3203/eval/finale/TP2/animaux.html,4,15,83.33,0.00,0.00
grep "^[^,]*,[^,]*,4" top_content.csv [La ligne commence par un caractère qui n est pas une virgule répété plusieurs fois, puis une virgule, ensuite on a de nouveau un caractère qui n est pas une virgule répété plusieurs fois, suivi d une virgule puis un 4]
(out)/robots.txt,445,480,69.26,71.67,0.00
(out)/mmi/M3203/TP1.html,200,417,74.33,8.15,0.00
(out)/mmi/M3203/Seance2/tama.html,189,431,70.44,6.50,0.00
(out)/mmi/M3203/Seance2/alertes.html,186,431,23.87,0.70,0.00
(out)/mmi/M3203/Seance2/progressbar.html,186,433,37.02,0.69,0.00
(out)/mmi/M3203/Seance2/diaporama.html,184,427,23.25,0.00,0.00
(out)/mmi/M3203/DOM.html,158,427,216.25,11.94,0.00
(out)/mmi/M3203/Seance3/carrousel.html,154,483,79.07,6.21,0.00
(out)/mmi/M3203/Seance3/vu.html,152,480,14.83,0.83,0.00
(out)/mmi/M3203/Seance3/countdown.html,151,480,29.22,2.08,0.00
(out)/mmi/M3203/TP3.html,150,446,0.63,0.22,0.00
(out)/mmi/M1203/index.html,148,456,29.23,4.82,0.00
(out)/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff,33,44,348.60,54.55,0.00
(out)/mmi/M3203/eval/intermediaire/TP4_toc_correction.html,17,41,47.79,4.88,0.00
(out)/lpmn/git/bareme,1,4,3.33,25.00,0.00
grep "^[^,]*,[^,]*,4[0-9][0-9]" top_content.csv [La troisième colonne comporte un nombre compris entre 400 et 499]
(out)/robots.txt,445,480,69.26,71.67,0.00
(out)/mmi/M3203/TP1.html,200,417,74.33,8.15,0.00
(out)/mmi/M3203/Seance2/tama.html,189,431,70.44,6.50,0.00
(out)/mmi/M3203/Seance2/alertes.html,186,431,23.87,0.70,0.00
(out)/mmi/M3203/Seance2/progressbar.html,186,433,37.02,0.69,0.00
(out)/mmi/M3203/Seance2/diaporama.html,184,427,23.25,0.00,0.00
(out)/mmi/M3203/DOM.html,158,427,216.25,11.94,0.00
(out)/mmi/M3203/Seance3/carrousel.html,154,483,79.07,6.21,0.00
(out)/mmi/M3203/Seance3/vu.html,152,480,14.83,0.83,0.00
(out)/mmi/M3203/Seance3/countdown.html,151,480,29.22,2.08,0.00
(out)/mmi/M3203/TP3.html,150,446,0.63,0.22,0.00
(out)/mmi/M1203/index.html,148,456,29.23,4.82,0.00
grep "^[^,]*,[^,]*,[4-9][0-9][0-9]" top_content.csv [La troisième colonne comporte un nombre compris entre 400 et 999]
(out)/robots.txt,445,480,69.26,71.67,0.00
(out)/mmi/M1203/synthese_reseaux.html,406,669,326.67,54.56,0.00
(out)/mmi/M3203/TP1.html,200,417,74.33,8.15,0.00
(out)/mmi/M3203/Seance2/tama.html,189,431,70.44,6.50,0.00
(out)/mmi/M3203/Seance2/alertes.html,186,431,23.87,0.70,0.00
(out)/mmi/M3203/Seance2/progressbar.html,186,433,37.02,0.69,0.00
(out)/mmi/M3203/Seance2/diaporama.html,184,427,23.25,0.00,0.00
(out)/mmi/M3203/DOM.html,158,427,216.25,11.94,0.00
(out)/mmi/M3203/Seance3/carrousel.html,154,483,79.07,6.21,0.00
(out)/mmi/M3203/Seance3/vu.html,152,480,14.83,0.83,0.00
(out)/mmi/M3203/Seance3/countdown.html,151,480,29.22,2.08,0.00
(out)/mmi/M3203/TP3.html,150,446,0.63,0.22,0.00
(out)/mmi/M1203/index.html,148,456,29.23,4.82,0.00
(out)/mmi/M3203/Seance3/bouncingball.html,79,635,67.19,4.57,0.00
(out)/mmi/M3203/bouncingballs.html,75,553,0.18,0.18,0.00
grep "^[^,]*,[^,]*,[1-9][0-9][0-9][0-9]" top_content.csv [La troisième colonne comporte un nombre compris entre 1000 et 9999]
(out)/index.html,1487,1710,26.57,76.37,0.00
(out)/mmi/M3203/index.html,808,1683,61.82,28.40,0.00