Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
op_kommandon4 [2015-09-10 08:49]
127.0.0.1 external edit
op_kommandon4 [2016-09-01 22:54]
Joakim Forsgren
Line 123: Line 123:
 cut, paste, uniq cut, paste, uniq
 </code> </code>
 +<php> 
 +/*
 Exempel på hur man kan lösa några av uppgifterna Exempel på hur man kan lösa några av uppgifterna
 <code> <code>
Line 137: Line 138:
 17. cut -f 2,5 -d ';' birdlist | sort -u | cut -f 1 -d ';' | uniq -c | sort -nr 17. cut -f 2,5 -d ';' birdlist | sort -u | cut -f 1 -d ';' | uniq -c | sort -nr
 </code> </code>
 +
 +*/
 +</php>