Bash: cut won't cut first line when reading from file - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
Bash: cut won't cut first line when reading from file - Stack Overflow
read event while read -r line do echo $line; cut -f1 if [ $(echo $line; cut -f1) == $
event ];then echo $line; cut -f2 fi done < $1 echo "The sum is ...