Unix Shell - Re: Unix shell script for reformatting data

This is Interesting: Free IT Magazines  
Home > Archive > Unix Shell > June 2006 > Re: Unix shell script for reformatting data





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Unix shell script for reformatting data
William James

2006-06-09, 1:31 am

Chris F.A. Johnson wrote:
> On 2006-06-07, yilmaz.celik@gmail.com wrote:
>
> awk '/check/ { left = $0; next }
> /_____/ { next }
> /./ { print left, $0 }' ~/txt



awk '/check/ { left = $0; next }
!/^_/ { print left, $0 }'

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com