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:33]
Joakim Forsgren
op_kommandon4 [2018-09-21 12:07]
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 140: 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>