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.
,. a-zA-Z . d. Hi guys, I am having trouble understanding this piece of code using sed on the lines down below.
Universal uNIVErsity,one,two,three
Queensland uNIversity of Technology,38423,7157,45580,x
Flinders University,18995,3812,22807,hi
Blunderv...
Hello, I was wondering if someone could please help me understand some concepts
1 stands for a directory by the way
for i in 1 .py, I was wondering what meant? Does the 1 not already specify a directory?
files ((files 1)), what is the needed...
Hello everyone, in the demo lecture
tr -cs ' A-Za-z ' ' 012' Alice in Wonderland.txt, I understand what tr -c does but I don't understand why it needs to be there. What are we replacing with what?