Unlock code for Samsung SGH-P207

How to unlock your samsung SGH-P207:
1. Reset to original factory setting by typing *2767*3855#, youre phone will reboot
2. Then insert a sim card that is from another network that your phone is not locked to.
3. An Wrong sim message will come up on the screen

awk with 2 FS or more

awk ‘BEGIN {FS=”[ %\t%:]+”;} {print $0}’
Ex:
top -b -d 1 | grep ^Cpu | awk ‘BEGIN {FS=”[ %\t]+”;} {print $2}’