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 [2019-09-20 10:23]
Joakim Forsgren
op_kommandon4 [2020-11-20 08:29]
Joakim Forsgren
Line 124: Line 124:
 </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 138: 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>