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
Previous revision
Next revision Both sides next revision
op_kommandon4 [2018-08-31 13:32]
Joakim Forsgren
op_kommandon4 [2018-09-21 12:07]
Joakim Forsgren
Line 123: Line 123:
 cut, paste, uniq cut, paste, uniq
 </code> </code>
 +
 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>
-