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.
To be more detailed, this is what the error message looks like in the feedback file
033 33mWarning
033 0m
033 0m 033 31mError
033 0m 033 33mWarning
033 0m 033 33mWarning
033 0m 033 33mWarning
cannot calculate average correlation coefficient f...
I am pleased with the score I received for Project 2, especially considering the average score was significantly lower. However, I do have some concerns regarding the feedback, particularly about the error output.
In the feedback, my program's output ...
After more investigation, I realized that it might be an locale specific behavior.
On this website (https www.onlinegdb.com online bash shell), and also on my computer
console
some n e i n o a e g e C N M R C k y p o r m s o t u . ...
Fun fact
echo '48,39.8-56.3
50.7,39.6-61.8
50.7,39' sort -t ',' -k 1nr
results in
48,39.8-56.3
50.7,39.6-61.8
50.7,39
This can be fixed by changing 1nr to 1,1nr .
https superuser.com questions 33362 how-to-unix-sort-by-one-column-only
Thoug...
Because most courses are about learning old school things... And you are now studying at school )
They are not going to make you lose many marks in the final exam anyway.
Why not just get prepared for the exam and forget about thing you do not like la...
Did we talked about Shell Functions and Make Makefiles in a certain lecture? There is a related lecture slide file on LMS but I don't remember I have learned that topic. I don't come to morning classes so I have to watch online lectures instead (pity...
I think sample2.tsv is just an example to demonstrate the output format. Obviously there should be more data if you are cleaning from the original files.
Some unofficial answers here, but these are exactly how I worked on my own assignment.
Q1
According to the clarification email from the professor
So an empty value like population does not affect whether a line should be outputted or not.
Q2
Yes....
By default both stdout and stderr will be displayed on the screen. This implies, texts displayed on the screen may come from different sources. So, if you are redirecting in a correct manner, you should not worry about that.
https unix.stackexchange.com questions 313656 preserving-permissions-while-zipping
Info-ZIP supports file permissions. And zip and unzip command on Linux are mostly Info-ZIP. So yeah, if you zip the file with appropriate permissions set, it shou...
Are you on Windows or Mac? I don't have the file extension problem like you, and I don't see how does the problem relate to PATH. As long as I write ' usr bin env bash' as the first line, and grant the executable permission, I could execute the sc...
When reading the description of the optional mid-semester assessment, I noticed the following statement
I could say I already have a lot of experience with shell programming (cmd or powershell on Windows, and bash on Linux), but I've never been able ...