Open floridop opened 2 days ago
I want to express the importance of line 169. Last time, I misunderstood the line numbers that the syntax of the tail is expressed by tail -n [filename]. The 'n' in 'tail -n' means the number of rows where the last data is located. So, defining the variable "STARTLINE " in line 163 doesn't make sense. I found a good solution and expressed it in line 169. >
I completely forgot to add to a smhicleaner.sh. I'll make sure to add it as soon as possible.
From now on, I'll tackle Task 5 and make sure to add all files and data. Thank you!
Since this script depends on
smhicleaner.sh
, that script must be in the same folder according to this line:https://github.com/Takumi0104/MNXB11-homework/blob/40e18fb0db19aae88b5c315270f6b90a53e6d1d5/dev/smhifilter.sh#L79
but since the file is not there this is what I get as a result of the execution:
I tried copying the original
smhicleaner.sh
as your code looked ok, and this is the result:I am not sure why you print out those 3 lines but ok.
The resulting filter works.