how to extract columns like awk $1 $5

Anand S Bisen vmlinuz at abisen.com
Fri Jan 7 12:15:48 EST 2005


Hi

Is there a simple way to extract words speerated by a space in python 
the way i do it in awk '{print $4 $5}' . I am sure there should be some 
but i dont know it.

Thanks
n00b





More information about the Python-list mailing list