Script utility to read a file line line and separate line in fields
經安全檢測,此網站為安全網站,請放心前往原始網址!
Script utility to read a file line line and separate line in fields
9 Apr 2008 ... input line then use awk utility and not the cut :). FS=":". while read line. do. # store
field 1. F1=$(echo $line|cut -d$FS -f1). # store field 2.