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 [2018-08-31 13:32]
Joakim Forsgren
op_kommandon4 [2018-08-31 13:33]
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 140:
 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>