#!/bin/bash if [ "$#" -ne 1 ]; then echo "Usage: $0 <filename>" exit 1 fi awk 'NR % 2 == 0' $1
Get your app built by yourself in few minutes