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 15 other people reading this forum.


SVG not supported

Login to reply

👍?
helpful
6:42pm Tue 28th Mar, Juliana SF.

You are adding a high score screen for your game which will display the Score column first, then the Player, then Team. No other columns will be shown, and data should be sorted with the highest score appearing first. Write a series of commands to do this using cut and paste. cut arcade.csv -d, -f1,2 > player.txt cut arcade.csv -d, -f6 > score.txt paste score.txt player.txt i understand the sequence of commands but i just thought that you have to always put a field, or specify a character after -d, is that not the case? and if so why is that? the rest i understand that in order to have "two" columns to manipulate you would use paste

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