Strange bug when sum from three files in awk

前端 未结 0 433
挽巷
挽巷 2021-01-31 01:22

This is my whole script, I fused many tiny scripts into one

#!/bin/bash
name="eq9"
for index in {1..100}
do
awk \'
FNR==NR{
  count[$2]++
  next
}
(coun         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题