Search Results

Search: Posts Made By: pbillast
3,234
Posted By pbillast
you should be able to write at least part of this...
you should be able to write at least part of this script by yourself by now, don't you think?
3,234
Posted By pbillast
make a file test.awk containing /Name/ { n=$2 }...
make a file test.awk containing
/Name/ { n=$2 }
/Age/ { a=$2 }
/Country/ { { c=$2;printf "%s|%s|%s\n",n,a,c}
}

awk -f test.awk yourfile
->
James|30|Japan
Robin|31|Germany...
Showing results 1 to 2 of 2

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