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.
Hi Michael,
Sorry for bothering.I m sorry that I submited assignment2 with wrong format. I got your email and send my assignmeng2 work after zip it through the email. But I did not see any reply like u got it or something else. I m worried about my em...
hi sir,
for the first situation, what name should the profile file be?
should it be textfilename profile.txt? like Lawson profile.txt, Bleak House proile.txt etc.?
For only 1 txt file pass to our bash file, after we print the profile content out, do we need to remove the profile file? If we expect to keep it, how to name the file? I mean what name we need to give to the profile file?
What about if we pass 2 txt ...
thanks for point that out. but to be honest, the text below is for staff
i hope in next assignment or something else, if staff update something, please use some ways to mentioned. like email or use another color not same with original words color.
i d...
Hi sir,
I do not 100 agree abbreviation for a country name is possible. If user try to search "Sudan", how the bash knows he she is trying to search "Sudan" or "South Sudan"? As what u said, the bash will said multi hits, but it still not able to sho...
for project1, as we can see from the csv, all years in range 2000-2018
so can we say the input year in this range is valid and if user enter another year input like 2020, bash should say invalid year?
if we don't set a limit, when user enter 9999, it w...
for part2 -nth 3
with using the offered text files, I get these words for rank 3 of all text files
you
to
of
to
I
I
of
and
a
and
as u can see, you 1, to 2, of 2, I 2, and 2, a 1
'to' 'of' 'I' and 'and' they all appear 2 times, so which we should return to user?
I...
Could u plz clarify this issue
If user enter 'Vietnam', does shell need to return the result of 'Viet nam' (Vietnam show as Viet nam in the data set)? Or shell should say something like 'country not found in the data set' if user enter 'Vietnam' inst...
When u go to the link 'https teaching.csse.uwa.edu.au units CITS4407 assignments ass1 2022.html', on the left hand side, it will have a tag called 'Labs', but when u clicked it, it will say page not found, the link for that page is 'https teachin...
By the way, I have a confused thing with the name of my program for this part, in the question, it said
'This task is a development of the example that motivated several of the lectures in the unit finding all the words in text, and from that, the m...
Hi, so for this part, is that means you treat 'You' and 'you' to be two different words?
Since when I tried not convert A-Z to be a-z (do not convert You you), then my result will be same with yours, but if I try to convert it (convert You y...