It's UWAweek 19

helpOSTS

This forum is provided to promote discussion amongst students enrolled in Open Source Tools and Scripting.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying selected article
Showing 1 of 411 articles.
Currently 17 other people reading this forum.


SVG not supported

Login to reply

👍?
helpful
2:19pm Fri 24th Mar, Juliana SF.

Hello there just wondering how you would sort through a data file like arcade.csv that had six fields, say these are separated by commas, how would you clarify your command so that it only sorts through the sixth field in each line? Sort -k6 arcade.csv | uniq -c | sort -k 1nr, would the field be speficied by -k6? i tried this, but it doesn't return the count of repeated lines it just says that every line is unique so it returns the count as 1 for every line.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy