Posted in Uncategorized Remove Even Lines Binny V A April 27, 2008 Leave a Comment on Remove Even Lines This command removes all the even lines from the file given as the argument cat example.txt|awk 'NR%2==1' Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.