Search Results

Search: Posts Made By: Det7
1,441
Posted By pravin27
Try this, awk -v BusDt="$BusDt" -F"|" '{print...
Try this,
awk -v BusDt="$BusDt" -F"|" '{print $0 FILENAME} END {print NR > BusDt".ctl"}' SOURCE/*.pretxt > ${BusDt}.txt
1,441
Posted By pravin27
Try this, END {print NR >...
Try this,
END {print NR > "recno.out"}
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy