This command removes all the even lines from the file given as the argument
cat example.txt|awk 'NR%2==1'
This entry was posted
on Sunday, April 27th, 2008 at 11:04 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.