Search Results

Search: Posts Made By: pokerino
1,055
Posted By pokerino
Hi, you can also try this: awk -F"|" '...
Hi,

you can also try this:

awk -F"|" '
{ if ( $20 ~ /^ *$/ ) {print$0 >>"tst1"};
if ( $20 !~ /^ *$/ ) {print$0 >>"tst2"}; } '
Showing results 1 to 1 of 1

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