我正在尝试根据第一个字段计算输出到文件的唯一行数,其中输入行如下所示:
Forms.js /forms/Forms.js http://www.gumby.com/test.htm 404
Forms.js /forms/Forms1.js http://www.gumby.com/test.htm 404
Forms.js /forms/Forms2.js http://www.gumby.com/test.htm 404
Interpret.js /forms/Interpret1.js http://www.gumby.com/test.htm 404
Interpret.js /forms/Interpret2.js http://www.gumby.com/test.htm 404
Interpret.js /forms/Interpret3.js http://www.gumby.com/test.htm 404
对于这样的事情:
3 Forms.js /forms/Forms.js http://www.gumby.com.mx/test.htm 404
3 Interpret.js /forms/Interpret.js http://www.gumby.com.mx/test.htm 404
我一直在尝试 sort 和 uniq 的各种组合,但还没有实现。我可以使用整行获得不同的行,但我只想要第一个字段。我目前正在使用cygwin。我不识字,但我怀疑这是要走的路。任何人有一个方便的解决方案?