You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Line 151, awk '{print substr($0, 0, 3)}' should be replaced with awk '{print substr($0, 1, 3)}' so that the pipeline could be successfully run in my case. I don't know whether this is a bug or not.