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
9:35pm Fri 21st Apr, Pritam SS.

I have used the following assumptions to develop the script. It would be really helpful if there was standard assumptions so that we could develop a robust script accordingly. Anyway, I have used the following assumptions. Hoping I did not miss anything important # ASSUMPTIONS: # 1. The .tsv (tab-separated value) file is assumed to have the columns in the same order every time. # 2. The first line is assumed to be a line with a named column. So, I am counting the data from the second line onwards only. # 3. The .tsv file always ends with a newline character at the end of the file. This is because `wc` gives different results depending on the presence of newline characters at the end of the file. # 4. The state code is always two-lettered and capitalized. The primary research shows the US codes are always two-lettered and capitalized. So, If Tx, tx, or tX is a second argument, I am displaying State Code not found message.

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