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

瀏覽:562
日期:2025-11-16
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....看更多