Search Results

Search: Posts Made By: physalis2099
7,327
Posted By aigles
Try and adapt this awk script : awk -v FS='|'...
Try and adapt this awk script :
awk -v FS='|' -v OFS='|' '
{
if (MaxFields < NF) MaxFields = NF;
for (i=1; i<=NF; i++) {
Field[NR, i] = $i;
l =...
Showing results 1 to 1 of 1

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